[gnome-calendar] source-dialog: turn the name label into an entry



commit 1aa194e844c1fc6b7e6b61bfef42caa58721053c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Feb 10 13:03:16 2015 -0200

    source-dialog: turn the name label into an entry

 data/ui/source-dialog.ui |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/source-dialog.ui b/data/ui/source-dialog.ui
index 883c473..a5f38f4 100644
--- a/data/ui/source-dialog.ui
+++ b/data/ui/source-dialog.ui
@@ -327,11 +327,10 @@
           </packing>
         </child>
         <child>
-          <object class="GtkLabel" id="name_label">
+          <object class="GtkEntry" id="new_calendar_name_entry">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can_focus">True</property>
             <property name="hexpand">True</property>
-            <property name="xalign">0</property>
           </object>
           <packing>
             <property name="left_attach">1</property>


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