[gnome-calendar] edit-dialog: sync time and date widgets' sizing



commit 4582ade21df6711e30c1d5ae4bee38243970d79d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Sep 27 22:48:27 2016 -0300

    edit-dialog: sync time and date widgets' sizing
    
    So the time widgets don't grow over the date widgets and break
    the vertical layout of the edit dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771440

 data/ui/edit-dialog.ui |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/edit-dialog.ui b/data/ui/edit-dialog.ui
index c0bc93a..2ea34dc 100644
--- a/data/ui/edit-dialog.ui
+++ b/data/ui/edit-dialog.ui
@@ -292,7 +292,6 @@
                           <object class="GcalTimeSelector" id="start_time_selector">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="hexpand">True</property>
                             <signal name="notify::time" handler="sync_datetimes" object="GcalEditDialog" 
swapped="yes" />
                           </object>
                         </child>
@@ -307,7 +306,6 @@
                           <object class="GcalTimeSelector" id="end_time_selector">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
-                            <property name="hexpand">True</property>
                             <signal name="notify::time" handler="sync_datetimes" object="GcalEditDialog" 
swapped="yes" />
                           </object>
                         </child>


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