mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ensure tab index 0 is selected at startup
This commit is contained in:
committed by
Mathew Sutcliffe
parent
909ea08853
commit
371ee82f1b
@@ -59,6 +59,7 @@ namespace BlackGui
|
||||
ui(new Ui::CAtcStationComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setCurrentIndex(0);
|
||||
this->tabBar()->setExpanding(false);
|
||||
this->tabBar()->setUsesScrollButtons(true);
|
||||
CUpperCaseValidator *ucv = new CUpperCaseValidator(ui->le_AtcStationsOnlineMetar);
|
||||
|
||||
Reference in New Issue
Block a user