mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:08:58 +08:00
Stop panel growing above first tool button.
This commit is contained in:
parent
700533b4aa
commit
74984ca12a
@ -246,7 +246,7 @@ Item
|
||||
}
|
||||
PropertyChanges {
|
||||
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