mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 19:36:00 +01:00
vertically expand recent-session list
This commit is contained in:
parent
e1d327c5ed
commit
5382d21300
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ SessionDialog::setup_initial_choice_box ()
|
|||
recent_session_display.signal_row_activated().connect (sigc::mem_fun (*this, &SessionDialog::recent_row_activated));
|
||||
|
||||
centering_vbox->pack_start (recent_label, false, false, 12);
|
||||
centering_vbox->pack_start (recent_scroller, false, true);
|
||||
centering_vbox->pack_start (recent_scroller, true, true);
|
||||
|
||||
/* Browse button */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue