mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Some GUI finetuning
* tabBar expanding * removed setDocumentMode * Flight plan in scroll area
This commit is contained in:
@@ -26,6 +26,7 @@ namespace BlackGui
|
||||
ui(new Ui::CUserComponent), m_timerComponent(nullptr)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->tabBar()->setExpanding(false);
|
||||
this->m_timerComponent = new CTimerBasedComponent(SLOT(update()), this);
|
||||
|
||||
connect(this->ui->tvp_AllUsers, &CUserView::countChanged, this, &CUserComponent::ps_countChanged);
|
||||
|
||||
Reference in New Issue
Block a user