mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Fixed size of expandableItem not being the correct width
CURA-5785
This commit is contained in:
parent
1569fd7396
commit
fb72f9a059
4 changed files with 4 additions and 3 deletions
|
|
@ -121,6 +121,7 @@ Item
|
|||
width: UM.Theme.getSize("default_lining").width
|
||||
color: UM.Theme.getColor("lining")
|
||||
}
|
||||
|
||||
Cura.PrintSetupSelector
|
||||
{
|
||||
width: UM.Theme.getSize("print_setup_widget").width
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ Cura.ExpandableComponent
|
|||
property bool only_show_top_layers: UM.Preferences.getValue("view/only_show_top_layers")
|
||||
property int top_layer_count: UM.Preferences.getValue("view/top_layer_count")
|
||||
|
||||
width: UM.Theme.getSize("layerview_menu_size").width
|
||||
width: base.width - 2 * UM.Theme.getSize("default_margin").width
|
||||
height: childrenRect.height
|
||||
|
||||
spacing: UM.Theme.getSize("layerview_row_spacing").height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue