mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Rename all the references from 'popup' to 'content'
Contributes to CURA-5941.
This commit is contained in:
parent
692686597c
commit
e159cbdb1a
6 changed files with 57 additions and 49 deletions
|
@ -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 {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue