mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 08:38:58 +08:00
Fix some minor display issues
CURA-5785
This commit is contained in:
parent
c08aa2205c
commit
f0b8c1e611
@ -111,19 +111,22 @@ Cura.ExpandableComponent
|
|||||||
|
|
||||||
popupItem: Item
|
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
|
width: UM.Theme.getSize("print_setup_widget").width
|
||||||
ListView
|
ListView
|
||||||
{
|
{
|
||||||
// Settings mode selection toggle
|
// Settings mode selection toggle
|
||||||
id: settingsModeSelection
|
id: settingsModeSelection
|
||||||
model: modesListModel
|
model: modesListModel
|
||||||
width: Math.round(parent.width * 0.55)
|
|
||||||
height: UM.Theme.getSize("print_setup_mode_toggle").height
|
height: UM.Theme.getSize("print_setup_mode_toggle").height
|
||||||
visible: !hideSettings
|
visible: !hideSettings
|
||||||
|
|
||||||
anchors.right: parent.right
|
anchors
|
||||||
anchors.rightMargin: UM.Theme.getSize("thick_margin").width
|
{
|
||||||
|
right: parent.right
|
||||||
|
left: parent.left
|
||||||
|
margins: UM.Theme.getSize("thick_margin").width
|
||||||
|
}
|
||||||
|
|
||||||
ButtonGroup
|
ButtonGroup
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user