Fix type and spacing of SettingItem contents

This commit is contained in:
Arjen Hiemstra 2016-05-11 17:07:27 +02:00
parent 4390c6a6ff
commit 9ec93bedab

View file

@ -154,15 +154,14 @@ Item {
}
Rectangle
Item
{
id: controlContainer;
color: "red"
anchors.right: parent.right;
anchors.rightMargin: UM.Theme.getSize("default_margin").width
anchors.verticalCenter: parent.verticalCenter;
width: UM.Theme.getSize("setting_control").width;
height: UM.Theme.getSize("setting_contorl").height
height: UM.Theme.getSize("setting_control").height
}
}