mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Merge branch '3.2'
Conflicts in Cura.qml and SaveButton.qml from people fixing positioning rounding at the same time...
This commit is contained in:
commit
03b4213e92
17 changed files with 46 additions and 43 deletions
|
@ -484,7 +484,7 @@ UM.MainWindow
|
|||
anchors
|
||||
{
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
horizontalCenterOffset: -(Math.floor(UM.Theme.getSize("sidebar").width/ 2))
|
||||
horizontalCenterOffset: -(Math.floor(UM.Theme.getSize("sidebar").width / 2))
|
||||
top: parent.verticalCenter;
|
||||
bottom: parent.bottom;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue