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

@@ -83,7 +83,7 @@ typedef AutomationPattern::timeMap timeMap;
// some constants...
const int INITIAL_PIANOROLL_HEIGHT = 480;
const int SCROLLBAR_SIZE = 16;
const int SCROLLBAR_SIZE = 14;
const int PIANO_X = 0;
const int WHITE_KEY_WIDTH = 64;