CURA-5035 Review changes

This commit is contained in:
Ian Paschal 2018-04-20 13:26:23 +02:00
parent 7f622eb300
commit 668a92952c
13 changed files with 52 additions and 39 deletions

View file

@ -22,7 +22,7 @@ Item
{
top: restartButton.top
left: parent.left
leftMargin: UM.Theme.getSize("double_margin").width
leftMargin: UM.Theme.getSize("wide_margin").width
right: restartButton.right
rightMargin: UM.Theme.getSize("default_margin").width
}
@ -36,7 +36,7 @@ Item
top: parent.top
topMargin: UM.Theme.getSize("default_margin").height
right: parent.right
rightMargin: UM.Theme.getSize("double_margin").width
rightMargin: UM.Theme.getSize("wide_margin").width
}
visible: toolbox.restartRequired
iconName: "dialog-restart"