[gnome-calendar] edit-dialog: link date & time selectors
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] edit-dialog: link date & time selectors
- Date: Tue, 23 Dec 2014 17:06:21 +0000 (UTC)
commit 26df8ec8d82918139bc5e36903fd678aedf6083e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sun Dec 21 13:09:43 2014 -0200
edit-dialog: link date & time selectors
data/ui/edit-dialog.ui | 74 ++++++++++++++++++++++++++++++++---------------
1 files changed, 50 insertions(+), 24 deletions(-)
---
diff --git a/data/ui/edit-dialog.ui b/data/ui/edit-dialog.ui
index 9206f56..034b8e3 100644
--- a/data/ui/edit-dialog.ui
+++ b/data/ui/edit-dialog.ui
@@ -237,43 +237,69 @@
</packing>
</child>
<child>
- <object class="GcalTimeSelector" id="start_time_selector">
+ <object class="GtkBox" id="start_date_box">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GcalDateSelector" id="start_date_selector">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
+ <property name="homogeneous">True</property>
+ <style>
+ <class name="linked" />
+ </style>
+ <child>
+ <object class="GcalDateSelector" id="start_date_selector">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GcalTimeSelector" id="start_time_selector">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
+ <property name="width">2</property>
</packing>
</child>
<child>
- <object class="GcalTimeSelector" id="end_time_selector">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GcalDateSelector" id="end_date_selector">
+ <object class="GtkBox" id="end_date_box">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
+ <property name="homogeneous">True</property>
+ <style>
+ <class name="linked" />
+ </style>
+ <child>
+ <object class="GcalDateSelector" id="end_date_selector">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GcalTimeSelector" id="end_time_selector">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">2</property>
+ <property name="width">2</property>
</packing>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]