[evolution] I#1968 - ECompEditor: Reminders list is too small
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#1968 - ECompEditor: Reminders list is too small
- Date: Mon, 1 Aug 2022 14:09:33 +0000 (UTC)
commit 245c87e6b28717c180d83fd53b2a45c5205e2cb4
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 d5dbed27d1..47fdd75dfb 100644
--- a/src/calendar/gui/e-comp-editor-page-reminders.c
+++ b/src/calendar/gui/e-comp-editor-page-reminders.c
@@ -2225,6 +2225,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,
@@ -2535,6 +2536,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]