Skip to content

Commit

Permalink
Merge pull request #2546 from Umcaruje/fixscrollbars
Browse files Browse the repository at this point in the history
Fix inconsistent scrollbars
  • Loading branch information
Umcaruje committed Feb 15, 2016
2 parents cfd345a + 59f8fbd commit 8841b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/AutomationEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ protected slots:
} ;

// 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;
Expand Down
2 changes: 1 addition & 1 deletion src/gui/editors/PianoRoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8841b89

Please sign in to comment.