[gtk+] GtkActionBar: Simplify ui template



commit ea0a54a4776ff294b64b6c0e3a9f3add97ca8479
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 2 17:39:56 2015 -0400

    GtkActionBar: Simplify ui template

 gtk/ui/gtkactionbar.ui |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gtk/ui/gtkactionbar.ui b/gtk/ui/gtkactionbar.ui
index c2199a2..26ee127 100644
--- a/gtk/ui/gtkactionbar.ui
+++ b/gtk/ui/gtkactionbar.ui
@@ -2,24 +2,18 @@
 <interface domain="gtk30">
   <!-- interface-requires gtk+ 3.10 -->
   <template class="GtkActionBar" parent="GtkBin">
-    <property name="can_focus">False</property>
     <child>
       <object class="GtkRevealer" id="revealer">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
         <child>
           <object class="GtkFrame" id="frame">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
             <style>
               <class name="action-bar"/>
             </style>
             <child>
               <object class="GtkBox" id="box">
                 <property name="visible">True</property>
-                <property name="orientation">horizontal</property>
-                <property name="can_focus">False</property>
-                <property name="border_width">0</property>
                 <property name="spacing">6</property>
               </object>
             </child>


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