adapts the sizes between buttons etc

fixes: issue CURA-194
This commit is contained in:
Tamara Hogenhout 2015-09-21 14:31:43 +02:00
parent c352c6f369
commit d6793bc197
4 changed files with 8 additions and 7 deletions

View file

@ -413,7 +413,7 @@ UM.MainWindow
anchors {
left: parent.left
top: parent.top
topMargin: UM.Theme.sizes.default_margin.height + UM.Theme.sizes.button.height
topMargin: UM.Theme.sizes.window_margin.height + UM.Theme.sizes.button.height
//horizontalCenter: parent.horizontalCenter
//horizontalCenterOffset: -(UM.Theme.sizes.sidebar.width / 2)
//top: parent.top;