Rework of keyboard shortcut dialog layout -> use wxNotebook on top

This commit is contained in:
Enrico Turri 2020-02-11 14:39:27 +01:00
parent afb129bb5d
commit e327d8a6d4

View file

@ -13,7 +13,7 @@
#define LISTBOOK_LEFT 4 #define LISTBOOK_LEFT 4
#define TOOLBOOK 5 #define TOOLBOOK 5
#define CHOICEBOOK 6 #define CHOICEBOOK 6
#define BOOK_TYPE LISTBOOK_LEFT #define BOOK_TYPE NOTEBOOK_TOP
#if (BOOK_TYPE == NOTEBOOK_TOP) || (BOOK_TYPE == NOTEBOOK_LEFT) #if (BOOK_TYPE == NOTEBOOK_TOP) || (BOOK_TYPE == NOTEBOOK_LEFT)
#include <wx/notebook.h> #include <wx/notebook.h>