Increase the height of the audio display scrollbar by 50%
Originally committed to SVN as r6735.
This commit is contained in:
parent
4231653146
commit
1558aa2dad
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
class AudioDisplayScrollbar : public AudioDisplayInteractionObject {
|
class AudioDisplayScrollbar : public AudioDisplayInteractionObject {
|
||||||
static const int height = 10;
|
static const int height = 15;
|
||||||
static const int min_width = 10;
|
static const int min_width = 10;
|
||||||
|
|
||||||
wxRect bounds;
|
wxRect bounds;
|
||||||
|
|
Loading…
Reference in a new issue