summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-12-15 03:38:52 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-12-15 03:38:52 +0000
commitb8429faada7c9af35fef1bedeac6af30fe670bdd (patch)
treead0201dc72e5085380be6fa482d320e56efa3b29 /gtk2_ardour/editor_routes.cc
parent5d8853b02fcd419c607f8e17794a3c2538b4fa51 (diff)
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
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index dd50bb93d8..2953e33dba 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -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 ());