Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNino van Hooff <ninovanhooff@gmail.com>2019-11-12 16:51:48 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2019-11-12 16:51:48 +0300
commitae245ed0e58934ef6d44ff73d1eec20d8e3146e9 (patch)
tree6a881697d393c8b9ad8c9524e4ac38d93be3f670 /plugins/SimulationView
parent3da53a3a8975717d3b7c3ccfa8060b0c8c66f21e (diff)
Cleanup: remove warnings for non-existing margins
Diffstat (limited to 'plugins/SimulationView')
-rw-r--r--plugins/SimulationView/LayerSlider.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimulationView/LayerSlider.qml b/plugins/SimulationView/LayerSlider.qml
index 6f608fe474..d6de45df9b 100644
--- a/plugins/SimulationView/LayerSlider.qml
+++ b/plugins/SimulationView/LayerSlider.qml
@@ -264,7 +264,7 @@ Item
{
id: upperHandleLabel
- height: sliderRoot.handleSize + UM.Theme.getSize("small_margin").height
+ height: sliderRoot.handleSize
anchors.bottom: parent.top
anchors.bottomMargin: UM.Theme.getSize("narrow_margin").height
anchors.horizontalCenter: parent.horizontalCenter
@@ -374,7 +374,7 @@ Item
{
id: lowerHandleLabel
- height: sliderRoot.handleSize + UM.Theme.getSize("small_margin").height
+ height: sliderRoot.handleSize
anchors.top: parent.bottom
anchors.topMargin: UM.Theme.getSize("narrow_margin").height
anchors.horizontalCenter: parent.horizontalCenter