mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Cleanup: remove warnings for non-existing margins
This commit is contained in:
parent
3da53a3a89
commit
ae245ed0e5
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ Item
|
||||||
{
|
{
|
||||||
id: upperHandleLabel
|
id: upperHandleLabel
|
||||||
|
|
||||||
height: sliderRoot.handleSize + UM.Theme.getSize("small_margin").height
|
height: sliderRoot.handleSize
|
||||||
anchors.bottom: parent.top
|
anchors.bottom: parent.top
|
||||||
anchors.bottomMargin: UM.Theme.getSize("narrow_margin").height
|
anchors.bottomMargin: UM.Theme.getSize("narrow_margin").height
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
@ -374,7 +374,7 @@ Item
|
||||||
{
|
{
|
||||||
id: lowerHandleLabel
|
id: lowerHandleLabel
|
||||||
|
|
||||||
height: sliderRoot.handleSize + UM.Theme.getSize("small_margin").height
|
height: sliderRoot.handleSize
|
||||||
anchors.top: parent.bottom
|
anchors.top: parent.bottom
|
||||||
anchors.topMargin: UM.Theme.getSize("narrow_margin").height
|
anchors.topMargin: UM.Theme.getSize("narrow_margin").height
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue