mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 08:15:58 +08:00
Fix type and spacing of SettingItem contents
This commit is contained in:
parent
4390c6a6ff
commit
9ec93bedab
@ -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…
x
Reference in New Issue
Block a user