diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 06e4b93899..e710e5cbf3 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -569,15 +569,9 @@ Editor::Editor () // CAIROCANVAS time_pad->show(); - edit_packer.set_col_spacings (0); - edit_packer.set_row_spacings (0); - edit_packer.set_homogeneous (false); - edit_packer.set_border_width (0); - edit_packer.set_name ("EditorWindow"); + /* rest of the packing is done in ui/editor_window.xml */ - /* rest of the packing is done in ui/editor_window.xml */ - - edit_packer.attach (*_track_canvas_viewport, 1, 2, 0, 2, FILL|EXPAND, FILL|EXPAND, 0, 0); + edit_packer.attach (*_track_canvas_viewport, 1, 2, 1, 3, FILL|EXPAND, FILL|EXPAND, 0, 0); _route_groups = new EditorRouteGroups (this); _routes = new EditorRoutes (this); diff --git a/gtk2_ardour/icons/master_mute.png b/gtk2_ardour/icons/master_mute.png index cf6cbb2f12..69809efe33 100755 Binary files a/gtk2_ardour/icons/master_mute.png and b/gtk2_ardour/icons/master_mute.png differ diff --git a/gtk2_ardour/icons/master_mute_active.png b/gtk2_ardour/icons/master_mute_active.png index 03288cbd99..46352070f0 100755 Binary files a/gtk2_ardour/icons/master_mute_active.png and b/gtk2_ardour/icons/master_mute_active.png differ diff --git a/gtk2_ardour/ui/editor_window.xml b/gtk2_ardour/ui/editor_window.xml index f176138b97..8d2f2fc461 100644 --- a/gtk2_ardour/ui/editor_window.xml +++ b/gtk2_ardour/ui/editor_window.xml @@ -463,19 +463,34 @@ paned.resize="true" paned.shrink="true">