Merge branch 'ui_rework_4_0' of ssh://github.com/Ultimaker/Cura into ui_rework_4_0

This commit is contained in:
Ghostkeeper 2018-12-07 13:04:13 +01:00
commit 2593849798
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
52 changed files with 2338 additions and 2109 deletions

View file

@ -13,7 +13,7 @@ import Cura 1.0 as Cura
* Menu that allows you to select the configuration of the current printer, such
* as the nozzle sizes and materials in each extruder.
*/
Cura.ExpandableComponent
Cura.ExpandablePopup
{
id: base
@ -34,7 +34,6 @@ Cura.ExpandableComponent
Custom
}
iconSource: expanded ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
headerItem: Item
{
// Horizontal list that shows the extruders
@ -121,7 +120,7 @@ Cura.ExpandableComponent
}
Component.onCompleted: updateEnabled();
popupItem: Column
contentItem: Column
{
id: popupItem
width: base.width - 2 * UM.Theme.getSize("default_margin").width
@ -169,7 +168,7 @@ Cura.ExpandableComponent
{
id: separator
visible: buttonBar.visible
x: -popupPadding
x: -contentPadding
width: base.width
height: UM.Theme.getSize("default_lining").height