mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Resize temp var selection when repopulating list
This commit is contained in:
parent
cbc95e2095
commit
ca1262aeb7
|
|
@ -250,6 +250,8 @@ TempVariableSelection::TempVariableSelection(QWidget *parent)
|
|||
_info->setPixmap(pixmap);
|
||||
_info->hide();
|
||||
|
||||
_selection->setSizeAdjustPolicy(QComboBox::AdjustToContents);
|
||||
_selection->setMaximumWidth(350);
|
||||
_selection->setDuplicatesEnabled(true);
|
||||
PopulateSelection();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user