Add another expandable component

Use one of them if the drop-panel has to act as a Popup and the other if it has to act as a standard component.

Contributes to CURA-5941.
This commit is contained in:
Diego Prado Gesto 2018-12-05 09:39:04 +01:00
parent 47ff95b1f3
commit cdb8020029
7 changed files with 227 additions and 62 deletions

View file

@ -14,11 +14,7 @@ Cura.ExpandableComponent
property string enabledText: catalog.i18nc("@label:Should be short", "On")
property string disabledText: catalog.i18nc("@label:Should be short", "Off")
contentType: Cura.ExpandableComponent.ContentType.Fixed
contentPadding: UM.Theme.getSize("default_lining").width
contentSpacingY: UM.Theme.getSize("narrow_margin").width
contentClosePolicy: Popup.CloseOnEscape
UM.I18nCatalog
{