[evolution/gnome-42] I#1968 - ECompEditor: Reminders list is too small



commit eccac183d5610893329207a965531a4c1a1f5bb8
Author: Milan Crha <mcrha redhat com>
Date:   Mon Aug 1 16:08:04 2022 +0200

    I#1968 - ECompEditor: Reminders list is too small
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1968

 src/calendar/gui/e-comp-editor-page-reminders.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/calendar/gui/e-comp-editor-page-reminders.c b/src/calendar/gui/e-comp-editor-page-reminders.c
index d1991f96bf..cbe606343e 100644
--- a/src/calendar/gui/e-comp-editor-page-reminders.c
+++ b/src/calendar/gui/e-comp-editor-page-reminders.c
@@ -2231,6 +2231,7 @@ ecep_reminders_constructed (GObject *object)
                "halign", GTK_ALIGN_FILL,
                "vexpand", FALSE,
                "valign", GTK_ALIGN_FILL,
+               "height-request", 100,
                "margin-start", 12,
                "margin-bottom", 6,
                "hscrollbar-policy", GTK_POLICY_AUTOMATIC,
@@ -2541,6 +2542,7 @@ ecep_reminders_constructed (GObject *object)
                "halign", GTK_ALIGN_FILL,
                "vexpand", TRUE,
                "valign", GTK_ALIGN_FILL,
+               "height-request", 100,
                "hscrollbar-policy", GTK_POLICY_AUTOMATIC,
                "vscrollbar-policy", GTK_POLICY_AUTOMATIC,
                "shadow-type", GTK_SHADOW_IN,


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