Merge pull request #2546 from Umcaruje/fixscrollbars

Fix inconsistent scrollbars
This commit is contained in:
Umcaruje
2016-02-15 01:38:07 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,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;