diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 56a5312..e95933d 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -58,6 +58,9 @@ using namespace std; #define BUTTON_WIDTH 8 #define BUTTON_HEIGHT 2 +#define HISTORY_LIST_MARGIN 25 +#define HISTORY_LIST_SPACING 5 + /** * Textstrings */ |