[gnome-clocks] Restore the GtkFrame around the main stack



commit f6422ce6920954c1a4d026fa98b5d7fe831df066
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Mar 10 14:20:44 2013 +0100

    Restore the GtkFrame around the main stack
    
    It is actually needed to ensure the proper background color

 src/window.ui |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/src/window.ui b/src/window.ui
index a6bfc5e..2a696f7 100644
--- a/src/window.ui
+++ b/src/window.ui
@@ -17,12 +17,20 @@
       </packing>
     </child>
     <child>
-      <object class="GdStack" id="stack">
+      <object class="GtkFrame" id="frame1">
         <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="shadow_type">none</property>
         <style>
           <class name="view"/>
           <class name="content-view"/>
         </style>
+        <child>
+          <object class="GdStack" id="stack">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+          </object>
+        </child>
       </object>
       <packing>
         <property name="left_attach">0</property>


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