mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T783, splitter for ATIS field
This commit is contained in:
committed by
Mat Sutcliffe
parent
f56adb7af4
commit
cb814583f6
@@ -138,9 +138,14 @@ namespace BlackGui
|
||||
ui->tvp_AtcStationsOnline->acceptClickSelection(true);
|
||||
ui->tvp_AtcStationsOnline->acceptRowSelection(true);
|
||||
|
||||
QVBoxLayout *layout = this->vLayout();
|
||||
m_stretch.push_back(layout->stretch(0));
|
||||
m_stretch.push_back(layout->stretch(1));
|
||||
// before splitter
|
||||
// QVBoxLayout *layout = this->vLayout();
|
||||
// m_stretch.push_back(layout->stretch(0));
|
||||
// m_stretch.push_back(layout->stretch(1));
|
||||
|
||||
// no effect
|
||||
ui->sp_AtcSplitter->setStretchFactor(0, 3);
|
||||
ui->sp_AtcSplitter->setStretchFactor(1, 1);
|
||||
|
||||
// web readers
|
||||
if (sGui && sGui->hasWebDataServices())
|
||||
|
||||
Reference in New Issue
Block a user