From 935880f21675883d647fc325daf1f36d28a6b503 Mon Sep 17 00:00:00 2001 From: mchinen Date: Sat, 19 Mar 2011 15:43:16 +0000 Subject: [PATCH] bug 11 - widen the default width for the MeterToolbar. --- src/toolbars/MeterToolBar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toolbars/MeterToolBar.h b/src/toolbars/MeterToolBar.h index 031c04946..fa427b779 100644 --- a/src/toolbars/MeterToolBar.h +++ b/src/toolbars/MeterToolBar.h @@ -44,7 +44,7 @@ class MeterToolBar:public ToolBar { virtual void OnSize(wxSizeEvent & event); - int GetInitialWidth() {return 160;} + int GetInitialWidth() {return 255;} private: void RegenerateTooltips();