mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:35:53 +08:00
Stop panel growing above first tool button.
This commit is contained in:
parent
700533b4aa
commit
74984ca12a
@ -246,7 +246,7 @@ Item
|
|||||||
}
|
}
|
||||||
PropertyChanges {
|
PropertyChanges {
|
||||||
target: panelBorder
|
target: panelBorder
|
||||||
anchors.bottomMargin: -(base.activeY + UM.Theme.getSize("button").height)
|
anchors.bottomMargin: ((base.activeY + UM.Theme.getSize("button").height) > panelBorder.height) ? -(base.activeY + UM.Theme.getSize("button").height) : -panelBorder.height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user