mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T455, use combobox in model dialogs as radio boxes are too wide
This commit is contained in:
@@ -21,6 +21,7 @@ namespace BlackGui
|
||||
ui(new Ui::CDbOwnModelSetDialog)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->comp_OwnModelSet->setSimulatorSelectorMode(CSimulatorSelector::ComboBox);
|
||||
this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user