[gnome-calendar] window: show every widget by default



commit 0aa162a9e7340c86ced120c3730ea47774795c46
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sun Feb 15 09:44:14 2015 -0500

    window: show every widget by default

 data/ui/window.ui    |    2 +-
 data/ui/year-view.ui |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index ad5050c..cbe9734 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -274,9 +274,9 @@
             <property name="receives_default">True</property>
             <child>
               <object class="GtkImage" id="menu_image">
+                <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="icon_name">open-menu-symbolic</property>
-                <property name="icon_size">1</property>
               </object>
             </child>
           </object>
diff --git a/data/ui/year-view.ui b/data/ui/year-view.ui
index b7ae3f8..6191424 100644
--- a/data/ui/year-view.ui
+++ b/data/ui/year-view.ui
@@ -22,6 +22,7 @@
     </child>
     <child>
       <object class="GtkBox" id="sidebar">
+        <property name="visible">True</property>
         <property name="width_request">200</property>
         <property name="orientation">vertical</property>
         <child>


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