mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
|
@ -11,8 +11,8 @@ Cura.ExpandableComponent
|
|||
{
|
||||
id: viewSelector
|
||||
|
||||
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")
|
||||
|
||||
property var viewModel: UM.ViewModel { }
|
||||
|
|
@ -70,7 +70,7 @@ Cura.ExpandableComponent
|
|||
}
|
||||
}
|
||||
|
||||
popupItem: Column
|
||||
contentItem: Column
|
||||
{
|
||||
id: viewSelectorPopup
|
||||
width: viewSelector.width - 2 * viewSelector.popupPadding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue