mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Stop panel growing above first tool button.
This commit is contained in:
parent
700533b4aa
commit
74984ca12a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue