15.10 re-alignment of the toolbar

This is a test to be reviewed

Contributes to: issue CURA-60
This commit is contained in:
Tamara Hogenhout 2015-08-27 14:59:33 +02:00
parent 26c46eb56a
commit 3d5f4e6bd6
3 changed files with 29 additions and 18 deletions

View file

@ -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;
}
}