mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
Reduce Region editor height requirement
.. in preparation for fixed height bottom pane
This commit is contained in:
parent
5e587f64ef
commit
1153c19cb5
1 changed files with 2 additions and 0 deletions
|
|
@ -223,7 +223,9 @@ RegionEditor::RegionEditor (Session* s, std::shared_ptr<Region> r)
|
|||
_table_main.attach (_sources, 1, 3, 1, 2, Gtk::FILL | Gtk::EXPAND, Gtk::SHRINK);
|
||||
|
||||
_table_main.attach (_table_clocks, 1, 2, 2, 3, Gtk::FILL, Gtk::SHRINK);
|
||||
#if 0 // no tempo table for now, save precious vertical space
|
||||
_table_main.attach (_table_tempo, 1, 2, 3, 4, Gtk::FILL, Gtk::SHRINK);
|
||||
#endif
|
||||
|
||||
/* AudioRegionEditor inserts stuff into _table_main here, row 4 .. 6 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue