mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
addapts the sizes of primarily the buttons
fixes: issue CURA-194
This commit is contained in:
parent
c7efde275a
commit
c352c6f369
3 changed files with 8 additions and 13 deletions
|
|
@ -413,7 +413,7 @@ UM.MainWindow
|
|||
anchors {
|
||||
left: parent.left
|
||||
top: parent.top
|
||||
topMargin: 74
|
||||
topMargin: UM.Theme.sizes.default_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