Tweak layout of NSD (show longer templates, less text)

This commit is contained in:
Robin Gareus 2025-07-18 20:48:26 +02:00
parent 46a2355711
commit 4efee6b97d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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);