Ref T455, use combobox in model dialogs as radio boxes are too wide

This commit is contained in:
Klaus Basan
2018-12-06 23:38:46 +01:00
parent ca3345bbe0
commit 76913fd069
8 changed files with 27 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ namespace BlackGui
ui(new Ui::CDbOwnModelsDialog)
{
ui->setupUi(this);
ui->comp_OwnModels->setSimulatorSelectorMode(CSimulatorSelector::ComboBox);
this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
connect(ui->comp_OwnModels, &CDbOwnModelsComponent::successfullyLoadedModels, this, &CDbOwnModelsDialog::successfullyLoadedModels);
}