[gnome-calendar/gbsneto/event-editor: 12/16] edit-dialog: Split Reminders to its own section
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gbsneto/event-editor: 12/16] edit-dialog: Split Reminders to its own section
- Date: Mon, 2 Dec 2019 19:43:13 +0000 (UTC)
commit 4a1c5b9cc6007c9ead99ed39eb6d85e148a65022
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Thu Nov 14 15:29:22 2019 -0300
edit-dialog: Split Reminders to its own section
src/gui/gcal-edit-dialog.ui | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
---
diff --git a/src/gui/gcal-edit-dialog.ui b/src/gui/gcal-edit-dialog.ui
index c7b61139..9cd74e25 100644
--- a/src/gui/gcal-edit-dialog.ui
+++ b/src/gui/gcal-edit-dialog.ui
@@ -195,6 +195,20 @@
</object>
</child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="margin-top">12</property>
+ <property name="xalign">0.0</property>
+ <property name="label" translatable="yes">Schedule</property>
+ <attributes>
+ <attribute name="weight" value="bold" />
+ </attributes>
+ </object>
+ </child>
+
<child>
<object class="GtkListBox">
<property name="visible">True</property>
@@ -405,6 +419,33 @@
</object>
</child>
+ </object>
+ </child>
+
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="margin-top">12</property>
+ <property name="xalign">0.0</property>
+ <property name="label" translatable="yes">Reminders</property>
+ <attributes>
+ <attribute name="weight" value="bold" />
+ </attributes>
+ </object>
+ </child>
+
+ <child>
+ <object class="GtkListBox">
+ <property name="visible">True</property>
+ <property name="selection-mode">none</property>
+ <property name="sensitive" bind-source="GcalEditDialog" bind-property="writable"
bind-flags="default" />
+
+ <style>
+ <class name="frame" />
+ </style>
+
<!-- Reminders -->
<child>
<object class="HdyActionRow">
@@ -483,6 +524,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <property name="margin-top">12</property>
<property name="xalign">0.0</property>
<property name="label" translatable="yes">Notes</property>
<attributes>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]