15.10 restyling of the savebutton Area

More elaborate shortdescription for especially the outputdevices still have to be implemented. And the filename textfield is not finished.

Contributes to: issue CURA-60
This commit is contained in:
Tamara Hogenhout 2015-08-27 14:29:44 +02:00
parent f17cc811c4
commit 55f51a53b6
4 changed files with 150 additions and 129 deletions

View file

@ -305,7 +305,7 @@ UM.MainWindow {
anchors {
horizontalCenter: parent.horizontalCenter
horizontalCenterOffset: -(UM.Theme.sizes.panel.width / 2)
horizontalCenterOffset: -(UM.Theme.sizes.sidebar.width / 2)
top: parent.top;
}
}
@ -319,7 +319,7 @@ UM.MainWindow {
right: parent.right;
}
width: UM.Theme.sizes.panel.width;
width: UM.Theme.sizes.sidebar.width;
addMachineAction: actions.addMachine;
configureMachinesAction: actions.configureMachines;