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
This commit is contained in:
Carl Hetherington 2010-06-08 01:29:33 +00:00
parent 5fd862ebc5
commit d5e5de5aaf
2 changed files with 88 additions and 38 deletions

View file

@ -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;