From 314f0d91d39922b6990c28d4f2cbdaef54feee34 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 29 Jan 2011 14:48:59 +0000 Subject: a radically new approach to sizing the track header layout that now allows ardour to shrink dramatically in vertical height. current lower limit is about 763 pixels WITH the editor mixer strip, and something much, much smaller without it git-svn-id: svn://localhost/ardour2/branches/3.0@8608 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/editor.h') diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index aca4015083..f16ca7872a 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -934,11 +934,11 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD Gtk::Table edit_packer; Gtk::Adjustment vertical_adjustment; - + Gtk::Layout controls_layout; bool control_layout_scroll (GdkEventScroll* ev); - void controls_layout_size_request (Gtk::Requisition*); - sigc::connection controls_layout_size_request_connection; + void reset_controls_layout_width (); + void reset_controls_layout_height (int32_t height); bool horizontal_scroll_left_press (); void horizontal_scroll_left_release (); -- cgit v1.2.3