[gnome-calendar] window: added calendar button



commit ffac8223c1b0549d41073e09807df37710e86111
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Dec 16 11:14:46 2014 -0200

    window: added calendar button

 data/ui/window.ui |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 0a3d90b..f9e6cbb 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -268,6 +268,23 @@
           </packing>
         </child>
         <child>
+          <object class="GtkMenuButton" id="calendars_button">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="receives_default">True</property>
+            <child>
+              <object class="GtkImage" id="calendars_button_image">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="icon_name">x-office-calendar-symbolic</property>
+              </object>
+            </child>
+          </object>
+          <packing>
+            <property name="pack_type">end</property>
+          </packing>
+        </child>
+        <child>
           <object class="GtkToggleButton" id="search_button">
             <property name="visible">True</property>
             <property name="can_focus">True</property>


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