refs #768, adjusted GUI components to previous changes

* such as changed completers
* also minor typo fixes, formatting
* removed outdated qss
This commit is contained in:
Klaus Basan
2016-10-17 03:20:22 +02:00
parent 91167ae2db
commit 2d30b0b8e1
6 changed files with 28 additions and 573 deletions

View File

@@ -57,8 +57,8 @@ namespace BlackGui
ui->setupUi(this);
ui->comp_SimulatorSelector->setMode(CSimulatorSelector::RadioButtons);
ui->comp_AirlineSelector->withIcaoDescription(false);
ui->comp_AircraftSelector->withIcaoDescription(false);
ui->comp_AirlineSelector->displayWithIcaoDescription(false);
ui->comp_AircraftSelector->displayWithIcaoDescription(false);
ui->comp_LiverySelector->withLiveryDescription(false);
ui->tvp_ResultMessages->setMode(CStatusMessageListModel::Simplified);