Ref T783, splitter for ATIS field

This commit is contained in:
Klaus Basan
2020-04-03 20:21:55 +02:00
committed by Mat Sutcliffe
parent f56adb7af4
commit cb814583f6
2 changed files with 266 additions and 258 deletions

View File

@@ -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())