fix issue with Region::adjust_to_sync(); enlarge key bindings editor

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2732 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-11-30 22:54:10 +00:00
parent 6e235615c3
commit 008299e8a1
5 changed files with 8 additions and 6 deletions

View file

@ -35,7 +35,7 @@ KeyEditor::KeyEditor ()
view.set_headers_visible (true);
view.get_selection()->set_mode (SELECTION_SINGLE);
view.set_reorderable (false);
view.set_size_request (300,200);
view.set_size_request (500,300);
view.set_enable_search (false);
view.set_rules_hint (true);
view.set_name (X_("KeyEditorTree"));