mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:19:00 +08:00
Cleanup: remove warnings for non-existing margins
This commit is contained in:
parent
3da53a3a89
commit
ae245ed0e5
@ -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…
x
Reference in New Issue
Block a user