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

@ -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