mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Templates: fix unintended commit from debugging
This commit is contained in:
parent
0ac2ea51a5
commit
91e684ceeb
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ SessionDialog::setup_new_session_page ()
|
|||
//template_desc is the textview that displays the currently selected template's description
|
||||
template_desc.set_editable (false);
|
||||
template_desc.set_wrap_mode (Gtk::WRAP_WORD);
|
||||
template_desc.set_size_request(300,50);
|
||||
template_desc.set_size_request(300,400);
|
||||
template_desc.set_name (X_("TextOnBackground"));
|
||||
template_desc.set_border_width (6);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue