make track list solo-isolate column wide enough to show "SI" as its name

git-svn-id: svn://localhost/ardour2/branches/3.0@8284 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-12-15 03:38:52 +00:00
parent 5d8853b02f
commit b8429faada

View File

@ -137,7 +137,7 @@ EditorRoutes::EditorRoutes (Editor* e)
solo_isolate_state_column->set_sizing(TREE_VIEW_COLUMN_FIXED);
solo_isolate_state_column->set_alignment(ALIGN_CENTER);
solo_isolate_state_column->set_expand(false);
solo_isolate_state_column->set_fixed_width(15);
solo_isolate_state_column->set_fixed_width(22);
// Solo safe toggle
CellRendererPixbufMulti* solo_safe_renderer = manage (new CellRendererPixbufMulti ());