[gnome-calendar/gbsneto/edit-dialog-cleanup: 6/7] schedule-section: Mark date & time labels as action children
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gbsneto/edit-dialog-cleanup: 6/7] schedule-section: Mark date & time labels as action children
- Date: Sat, 31 Oct 2020 19:04:32 +0000 (UTC)
commit de30fbfbe0e359c6581e16fbf938c1e53d3e5de9
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]