mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
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:
parent
f17cc811c4
commit
55f51a53b6
4 changed files with 150 additions and 129 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue