mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 22:15:37 +08:00
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:
committed by
Roland Winklmeier
parent
216b9f170d
commit
6f8d85e864
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user