mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +08:00
Fixes some issues with navigator widget to avoid Qt size warnings.
Remarks: Some but not all warnings are gone
This commit is contained in:
committed by
Mathew Sutcliffe
parent
018c5ae1bf
commit
91f0b99cc5
@@ -33,8 +33,7 @@ namespace BlackGui
|
||||
enum InfoArea
|
||||
{
|
||||
// index must match tab index!
|
||||
InfoAreaVerticalNavigator = 0,
|
||||
InfoAreaHorizontalNavigator = 1
|
||||
InfoAreaNavigator = 0
|
||||
};
|
||||
|
||||
//! Consturctor
|
||||
|
||||
Reference in New Issue
Block a user