mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
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:
parent
6e235615c3
commit
008299e8a1
5 changed files with 8 additions and 6 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue