From 1558aa2dadde680625bdc16ecc24b05eef23f250 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 1 May 2012 02:49:58 +0000 Subject: [PATCH] Increase the height of the audio display scrollbar by 50% Originally committed to SVN as r6735. --- aegisub/src/audio_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/audio_display.cpp b/aegisub/src/audio_display.cpp index eca5b6830..f3430e06f 100644 --- a/aegisub/src/audio_display.cpp +++ b/aegisub/src/audio_display.cpp @@ -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;