mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Make the height of the Print setup selector themable.
Contributes to CURA-5772.
This commit is contained in:
parent
3eb71021e2
commit
5a5adb71cd
3 changed files with 6 additions and 3 deletions
|
@ -189,7 +189,7 @@ Rectangle
|
|||
anchors.topMargin: UM.Theme.getSize("sidebar_margin").height
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: 500
|
||||
height: UM.Theme.getSize("print_setup_widget").height
|
||||
|
||||
// We load both of them at once (instead of using a loader) because the advanced sidebar can take
|
||||
// quite some time to load. So in this case we sacrifice memory for speed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue