Make scrollbars consistent over the software; Add padding to the scrollbars; Make the PianoView background themeable (#2807)

* Make scrollbars consistent over the software; Add padding to the scrollbars; Make the PianoView background themeable

* Make the scrollbar hover color brighter
This commit is contained in:
Umcaruje
2016-06-03 12:21:27 +02:00
parent a738069ff5
commit 27eaa4d512
5 changed files with 32 additions and 25 deletions

View File

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