return the width request to its orginal size now that the meter drawing over the...
authorDoug McLain <doug@nostar.net>
Sun, 6 Jan 2008 17:36:21 +0000 (17:36 +0000)
committerDoug McLain <doug@nostar.net>
Sun, 6 Jan 2008 17:36:21 +0000 (17:36 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2832 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/mixer_strip.cc

index 9a3656661f7e8b6f24530c2ec6155bd86487e705..dc9c27c842e1164060b858e2aede88562a1a8b9e 100644 (file)
@@ -456,7 +456,7 @@ MixerStrip::set_width (Width w, void* owner)
                ((Gtk::Label*)panners.pan_automation_style_button.get_child())->set_text (panners.short_astyle_string(_route->panner().automation_style()));
                ((Gtk::Label*)panners.pan_automation_state_button.get_child())->set_text (panners.short_astate_string(_route->panner().automation_state()));
                Gtkmm2ext::set_size_request_to_display_given_text (name_button, "longest label", 2, 2);
-               set_size_request (max (60, gpm.get_gm_width()), -1);
+               set_size_request (max (50, gpm.get_gm_width()), -1);
                break;
        }