mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
adapts the sizes between buttons etc
fixes: issue CURA-194
This commit is contained in:
parent
c352c6f369
commit
d6793bc197
4 changed files with 8 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue