Fix inconsistent scrollbars
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user