mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T455, use combobox in model dialogs as radio boxes are too wide
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user