mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
15.10 re-alignment of the toolbar
This is a test to be reviewed Contributes to: issue CURA-60
This commit is contained in:
parent
26c46eb56a
commit
3d5f4e6bd6
3 changed files with 29 additions and 18 deletions
|
|
@ -304,9 +304,12 @@ UM.MainWindow {
|
|||
id: toolbar;
|
||||
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
horizontalCenterOffset: -(UM.Theme.sizes.sidebar.width / 2)
|
||||
top: parent.top;
|
||||
left: parent.left
|
||||
top: parent.top
|
||||
topMargin: 74
|
||||
//horizontalCenter: parent.horizontalCenter
|
||||
//horizontalCenterOffset: -(UM.Theme.sizes.sidebar.width / 2)
|
||||
//top: parent.top;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue