summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-06-08 01:29:33 +0000
committerCarl Hetherington <carl@carlh.net>2010-06-08 01:29:33 +0000
commitd5e5de5aaf4faa5ddd35bf28a86361ca02a892dc (patch)
treed076666eba7a23f6be94559761313ce6aa0c71b8 /gtk2_ardour/editor.h
parent5fd862ebc5ef90d93e1200d1af1dde3d2e17bac7 (diff)
Reduce default summary size and remember it across saves. Fixes #3205.
git-svn-id: svn://localhost/ardour2/branches/3.0@7243 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index ae5bb6fa9a..95fbde83de 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -513,13 +513,18 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void update_join_object_range_location (double, double);
int post_maximal_editor_width;
- int post_maximal_pane_position;
- int pre_maximal_pane_position;
+ int post_maximal_editor_height;
+ int post_maximal_horizontal_pane_position;
+ int post_maximal_vertical_pane_position;
+ int pre_maximal_horizontal_pane_position;
+ int pre_maximal_vertical_pane_position;
int pre_maximal_editor_width;
+ int pre_maximal_editor_height;
void pane_allocation_handler (Gtk::Allocation&, Gtk::Paned*);
Gtk::Notebook the_notebook;
Gtk::HPaned edit_pane;
+ Gtk::VPaned editor_summary_pane;
Gtk::EventBox meter_base;
Gtk::HBox meter_box;