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

@ -90,7 +90,7 @@ Rectangle {
SaveButton {
id: saveButton;
implicitWidth: base.width
implicitHeight: UM.Theme.sizes.save_button_text_margin.height * 2 + UM.Theme.sizes.save_button_slicing_bar.height + UM.Theme.sizes.save_button_save_to_button.height + UM.Theme.sizes.default_margin.height
implicitHeight: totalHeight
}
}