mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 06:41:06 -07:00
Fix type and spacing of SettingItem contents
This commit is contained in:
parent
4390c6a6ff
commit
9ec93bedab
1 changed files with 3 additions and 4 deletions
|
|
@ -154,15 +154,14 @@ Item {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle
|
Item
|
||||||
{
|
{
|
||||||
id: controlContainer;
|
id: controlContainer;
|
||||||
|
|
||||||
color: "red"
|
|
||||||
|
|
||||||
anchors.right: parent.right;
|
anchors.right: parent.right;
|
||||||
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
anchors.verticalCenter: parent.verticalCenter;
|
anchors.verticalCenter: parent.verticalCenter;
|
||||||
width: UM.Theme.getSize("setting_control").width;
|
width: UM.Theme.getSize("setting_control").width;
|
||||||
height: UM.Theme.getSize("setting_contorl").height
|
height: UM.Theme.getSize("setting_control").height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue