refs #335, GUI finetuning

* combo boxes, size model changed - fixes the issue with the settings exceeding the boundaries
* main window can be minimized
* renaming the main page
* style sheet
This commit is contained in:
Klaus Basan
2014-10-18 15:46:47 +02:00
committed by Roland Winklmeier
parent 216b9f170d
commit 6f8d85e864
10 changed files with 149 additions and 22 deletions

View File

@@ -78,8 +78,8 @@ protected:
//! \remarks keep the values in sync with the real tab indexes
enum MainPageIndex
{
MainPageCockpit = 0,
MainPageFoo = 1
MainPageCockpit = 0,
MainPageInfoArea = 1
};
private: