mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix some minor display issues
CURA-5785
This commit is contained in:
parent
c08aa2205c
commit
f0b8c1e611
1 changed files with 7 additions and 4 deletions
|
@ -111,19 +111,22 @@ Cura.ExpandableComponent
|
|||
|
||||
popupItem: Item
|
||||
{
|
||||
height: settingsModeSelection.height + sidebarContents.height
|
||||
height: settingsModeSelection.height + sidebarContents.height + 2 * UM.Theme.getSize("default_margin").height
|
||||
width: UM.Theme.getSize("print_setup_widget").width
|
||||
ListView
|
||||
{
|
||||
// Settings mode selection toggle
|
||||
id: settingsModeSelection
|
||||
model: modesListModel
|
||||
width: Math.round(parent.width * 0.55)
|
||||
height: UM.Theme.getSize("print_setup_mode_toggle").height
|
||||
visible: !hideSettings
|
||||
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: UM.Theme.getSize("thick_margin").width
|
||||
anchors
|
||||
{
|
||||
right: parent.right
|
||||
left: parent.left
|
||||
margins: UM.Theme.getSize("thick_margin").width
|
||||
}
|
||||
|
||||
ButtonGroup
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue