[gnome-calendar/gbsneto/event-editor: 16/16] edit-dialog: Move the all day switch to the top of the list
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gbsneto/event-editor: 16/16] edit-dialog: Move the all day switch to the top of the list
- Date: Mon, 2 Dec 2019 19:43:33 +0000 (UTC)
commit 866cdabe9c7e338e12eeeacaf6d0395a8b88616e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Dec 2 16:40:56 2019 -0300
edit-dialog: Move the all day switch to the top of the list
As nitpicked by Sam.
src/gui/gcal-edit-dialog.ui | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/src/gui/gcal-edit-dialog.ui b/src/gui/gcal-edit-dialog.ui
index ec75e431..17e32600 100644
--- a/src/gui/gcal-edit-dialog.ui
+++ b/src/gui/gcal-edit-dialog.ui
@@ -219,6 +219,27 @@
<class name="frame" />
</style>
+ <!-- All Day -->
+ <child>
+ <object class="HdyActionRow">
+ <property name="visible">True</property>
+ <property name="title" translatable="yes">All Day</property>
+ <property name="activatable-widget">all_day_switch</property>
+
+ <child type="action">
+ <object class="GtkSwitch" id="all_day_switch">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="valign">center</property>
+ <property name="halign">end</property>
+ <property name="sensitive" bind-source="GcalEditDialog" bind-property="writable"
bind-flags="default" />
+ <signal name="notify::active" handler="on_all_day_switch_active_changed_cb"
object="GcalEditDialog" swapped="no"/>
+ </object>
+ </child>
+
+ </object>
+ </child>
+
<!-- Start -->
<child>
<object class="HdyExpanderRow">
@@ -315,27 +336,6 @@
</object>
</child>
- <!-- All Day -->
- <child>
- <object class="HdyActionRow">
- <property name="visible">True</property>
- <property name="title" translatable="yes">All Day</property>
- <property name="activatable-widget">all_day_switch</property>
-
- <child type="action">
- <object class="GtkSwitch" id="all_day_switch">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="valign">center</property>
- <property name="halign">end</property>
- <property name="sensitive" bind-source="GcalEditDialog" bind-property="writable"
bind-flags="default" />
- <signal name="notify::active" handler="on_all_day_switch_active_changed_cb"
object="GcalEditDialog" swapped="no"/>
- </object>
- </child>
-
- </object>
- </child>
-
<!-- Repeat -->
<child>
<object class="HdyActionRow">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]