mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Resize settings selection when repopulating list
This commit is contained in:
parent
e74b531905
commit
e6ca3390a2
|
|
@ -243,6 +243,9 @@ SourceSettingSelection::SourceSettingSelection(QWidget *parent)
|
|||
_tooltip->setPixmap(pixmap);
|
||||
_tooltip->hide();
|
||||
|
||||
_settings->setSizeAdjustPolicy(QComboBox::AdjustToContents);
|
||||
_settings->setMaximumWidth(350);
|
||||
|
||||
QWidget::connect(_settings, SIGNAL(currentIndexChanged(int)), this,
|
||||
SLOT(SelectionIdxChanged(int)));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user