[gnome-calendar/gbsneto/edit-dialog-cleanup: 10/11] schedule-section: Mark date & time labels as action children




commit b481b40381d5fdcde6c946be3e6f7abdc0e6efb2
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Oct 31 15:24:58 2020 -0300

    schedule-section: Mark date & time labels as action children
    
    Otherwise they appear inside the expanded section, and not outside like
    we wanted. This was a regression from the libhandy 1.0 port.

 src/gui/event-editor/gcal-schedule-section.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/event-editor/gcal-schedule-section.ui b/src/gui/event-editor/gcal-schedule-section.ui
index 0225610b..f36eb70b 100644
--- a/src/gui/event-editor/gcal-schedule-section.ui
+++ b/src/gui/event-editor/gcal-schedule-section.ui
@@ -39,7 +39,7 @@
             <property name="visible">True</property>
             <property name="title" translatable="yes">Starts</property>
 
-            <child>
+            <child type="action">
               <object class="GtkLabel" id="event_start_label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -86,7 +86,7 @@
             <property name="visible">True</property>
             <property name="title" translatable="yes">Ends</property>
 
-            <child>
+            <child type="action">
               <object class="GtkLabel" id="event_end_label">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>


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