Rename all the references from 'popup' to 'content'

Contributes to CURA-5941.
This commit is contained in:
Diego Prado Gesto 2018-12-04 13:14:12 +01:00
parent 692686597c
commit e159cbdb1a
6 changed files with 57 additions and 49 deletions

View file

@ -15,10 +15,10 @@ Cura.ExpandableComponent
property string disabledText: catalog.i18nc("@label:Should be short", "Off")
iconSource: UM.Theme.getIcon("pencil")
popupPadding: UM.Theme.getSize("default_lining").width
popupSpacingY: UM.Theme.getSize("narrow_margin").width
contentPadding: UM.Theme.getSize("default_lining").width
contentSpacingY: UM.Theme.getSize("narrow_margin").width
popupClosePolicy: Popup.CloseOnEscape
contentClosePolicy: Popup.CloseOnEscape
UM.I18nCatalog
{
@ -36,5 +36,5 @@ Cura.ExpandableComponent
id: extrudersModel
}
popupItem: PrintSetupSelectorContents {}
contentItem: PrintSetupSelectorContents {}
}