Changed some margins to improve alignment

CURA-4211
This commit is contained in:
Mark 2017-09-06 14:52:16 +02:00
parent e163cc0d84
commit 34f8db5450
3 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ Column
property int currentExtruderIndex: ExtruderManager.activeExtruderIndex;
property bool currentExtruderVisible: extrudersList.visible;
spacing: UM.Theme.getSize("sidebar_margin").height / 2
spacing: UM.Theme.getSize("sidebar_margin").width * 0.9
signal showTooltip(Item item, point location, string text)
signal hideTooltip()
@ -58,10 +58,10 @@ Column
anchors
{
left: parent.left
leftMargin: UM.Theme.getSize("default_margin").width * 1.4
leftMargin: UM.Theme.getSize("sidebar_margin").width * 0.7
right: parent.right
rightMargin: UM.Theme.getSize("default_margin").width * 1.4
topMargin: UM.Theme.getSize("default_margin").height
rightMargin: UM.Theme.getSize("sidebar_margin").width * 0.7
topMargin: UM.Theme.getSize("sidebar_margin").height
}
ListView