[gimp] app: set a reasonable minimum height for prop text buffers/views



commit 9e0110604615ff7e99487104a2c4b7207d662f85
Author: Michael Natterer <mitch gimp org>
Date:   Sat Apr 16 17:51:32 2016 +0100

    app: set a reasonable minimum height for prop text buffers/views

 app/widgets/gimppropgui.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimppropgui.c b/app/widgets/gimppropgui.c
index bb56699..e2c109b 100644
--- a/app/widgets/gimppropgui.c
+++ b/app/widgets/gimppropgui.c
@@ -250,6 +250,7 @@ gimp_prop_widget_new_from_pspec (GObject               *config,
           g_object_unref (buffer);
 
           widget = gtk_scrolled_window_new (NULL, NULL);
+          gtk_widget_set_size_request (widget, -1, 150);
           gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (widget),
                                                GTK_SHADOW_IN);
           gtk_container_add (GTK_CONTAINER (widget), view);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]