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"> + table.xfill="true" + table.yfill="true"> + + + + + - @@ -545,11 +560,11 @@ bgnormal="#424242"/> - - + + @@ -564,9 +579,9 @@ bgnormal="#424242"/> + - + + + + - + + + +
diff --git a/gtk2_ardour/ui/master_ui.xml b/gtk2_ardour/ui/master_ui.xml index 659d75d072..12222d6ae0 100644 --- a/gtk2_ardour/ui/master_ui.xml +++ b/gtk2_ardour/ui/master_ui.xml @@ -39,7 +39,7 @@ noshowall="true"/>