Fix inconsistent scrollbars

This commit is contained in:
Umcaruje
2016-02-06 12:17:38 +01:00
parent 903e581180
commit 59f8fbd94b
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ private:
} ;
// some constants...
static const int SCROLLBAR_SIZE = 16;
static const int SCROLLBAR_SIZE = 14;
static const int TOP_MARGIN = 16;
static const int DEFAULT_Y_DELTA = 6;