mirror of https://github.com/odrling/Aegisub
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
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue