Increase the height of the audio display scrollbar by 50%

Originally committed to SVN as r6735.
This commit is contained in:
Thomas Goyne 2012-05-01 02:49:58 +00:00
parent 4231653146
commit 1558aa2dad
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public:
};
class AudioDisplayScrollbar : public AudioDisplayInteractionObject {
static const int height = 10;
static const int height = 15;
static const int min_width = 10;
wxRect bounds;