mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Tweak layout of NSD (show longer templates, less text)
This commit is contained in:
parent
46a2355711
commit
4efee6b97d
1 changed files with 2 additions and 2 deletions
|
|
@ -807,13 +807,13 @@ SessionDialog::setup_new_session_page ()
|
|||
|
||||
template_desc_frame.set_name (X_("TextHighlightFrame"));
|
||||
template_desc_frame.add (*desc_scroller);
|
||||
template_hbox->pack_start (template_desc_frame, true, true);
|
||||
template_hbox->pack_start (template_desc_frame, false, false);
|
||||
}
|
||||
|
||||
//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,300);
|
||||
template_desc.set_size_request (200,300);
|
||||
template_desc.set_name (X_("TextOnBackground"));
|
||||
template_desc.set_border_width (6);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue