Templates: fix unintended commit from debugging
authorBen Loftis <ben@harrisonconsoles.com>
Wed, 16 Aug 2017 15:25:53 +0000 (10:25 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 17 Aug 2017 18:31:32 +0000 (13:31 -0500)
gtk2_ardour/session_dialog.cc

index 8fb64c01ecdda87326b848deeea3a5a3057d3686..606aa4ac65185fa4e8bac139b15049f045180c4e 100644 (file)
@@ -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);