mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -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,8 +15,8 @@ Cura.ExpandableComponent
|
|||
property bool isPrinterConnected: Cura.MachineManager.printerConnected
|
||||
property var outputDevice: Cura.MachineManager.printerOutputDevices.length >= 1 ? Cura.MachineManager.printerOutputDevices[0] : null
|
||||
|
||||
popupPadding: UM.Theme.getSize("default_lining").width
|
||||
popupAlignment: Cura.ExpandableComponent.PopupAlignment.AlignLeft
|
||||
contentPadding: UM.Theme.getSize("default_lining").width
|
||||
contentAlignment: Cura.ExpandableComponent.ContentAlignment.AlignLeft
|
||||
iconSource: expanded ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
|
||||
|
||||
UM.I18nCatalog
|
||||
|
@ -80,7 +80,7 @@ Cura.ExpandableComponent
|
|||
}
|
||||
}
|
||||
|
||||
popupItem: Item
|
||||
contentItem: Item
|
||||
{
|
||||
id: popup
|
||||
width: UM.Theme.getSize("machine_selector_widget_content").width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue