refs #640, order of tabs in main window

(mapping now before DB data)
This commit is contained in:
Klaus Basan
2016-04-25 18:20:41 +02:00
parent bf2a84b67c
commit cd9b2ffedb
2 changed files with 71 additions and 71 deletions

View File

@@ -40,8 +40,8 @@ namespace BlackGui
enum InfoArea
{
// index must match tab index!
InfoAreaData = 0,
InfoAreaMapping = 1,
InfoAreaMapping = 0,
InfoAreaData = 1,
InfoAreaSettings = 2,
InfoAreaLog = 3,
InfoAreaNone = -1