mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ensure tab index 0 is selected at startup
This commit is contained in:
committed by
Mathew Sutcliffe
parent
909ea08853
commit
371ee82f1b
@@ -35,6 +35,7 @@ namespace BlackGui
|
||||
ui(new Ui::CUserComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setCurrentIndex(0);
|
||||
this->tabBar()->setExpanding(false);
|
||||
this->tabBar()->setUsesScrollButtons(true);
|
||||
connect(ui->tvp_AllUsers, &CUserView::modelDataChangedDigest, this, &CUserComponent::ps_onCountChanged);
|
||||
|
||||
Reference in New Issue
Block a user