Templates: fix unintended commit from debugging
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user