[gimp] Issue #2986 - Input controller configuration window is too small by default
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Issue #2986 - Input controller configuration window is too small by default
- Date: Wed, 29 May 2019 21:36:39 +0000 (UTC)
commit 476cf197478d8597e02be0fbe837eec1022c427b
Author: Michael Natterer <mitch gimp org>
Date: Wed May 29 23:35:13 2019 +0200
Issue #2986 - Input controller configuration window is too small by default
Set a minimum size on the event list's scrolled window.
app/widgets/gimpcontrollereditor.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/app/widgets/gimpcontrollereditor.c b/app/widgets/gimpcontrollereditor.c
index 2b6da6c727..36c0155fa8 100644
--- a/app/widgets/gimpcontrollereditor.c
+++ b/app/widgets/gimpcontrollereditor.c
@@ -281,6 +281,7 @@ gimp_controller_editor_constructed (GObject *object)
sw = gtk_scrolled_window_new (NULL, NULL);
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (sw),
GTK_SHADOW_IN);
+ gtk_widget_set_size_request (sw, 400, 300);
gtk_container_add (GTK_CONTAINER (sw), tv);
gtk_widget_show (tv);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]