mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Changed some margins to improve alignment
CURA-4211
This commit is contained in:
parent
e163cc0d84
commit
34f8db5450
3 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue