[glade] GtkStackSwitcher: Integrate new icon-size property



commit d6cac38bc86a9753617c95fa994600c731d05c2c
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Fri Jan 29 14:19:18 2016 +0100

    GtkStackSwitcher: Integrate new icon-size property

 plugins/gtk+/glade-stack-switcher-editor.ui |   38 ++++++++++++++++++++++-----
 plugins/gtk+/gtk+.xml.in                    |    1 +
 2 files changed, 32 insertions(+), 7 deletions(-)
---
diff --git a/plugins/gtk+/glade-stack-switcher-editor.ui b/plugins/gtk+/glade-stack-switcher-editor.ui
index 3d40d10..274119c 100644
--- a/plugins/gtk+/glade-stack-switcher-editor.ui
+++ b/plugins/gtk+/glade-stack-switcher-editor.ui
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.19.0 -->
 <!--
 
 libgladegtk - Glade UI Designer Gtk+ support plugin
@@ -43,7 +44,6 @@ Author: Matthias Clasen <mclasen redhat com>
             <property name="left_attach">0</property>
             <property name="top_attach">0</property>
             <property name="width">6</property>
-            <property name="height">1</property>
           </packing>
         </child>
         <child>
@@ -61,22 +61,20 @@ Author: Matthias Clasen <mclasen redhat com>
             <property name="left_attach">0</property>
             <property name="top_attach">1</property>
             <property name="width">6</property>
-            <property name="height">1</property>
           </packing>
         </child>
         <child>
           <object class="GladePropertyLabel" id="stack_label">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="hexpand">False</property>
             <property name="margin_left">12</property>
+            <property name="hexpand">False</property>
             <property name="property_name">stack</property>
           </object>
           <packing>
             <property name="left_attach">0</property>
             <property name="top_attach">2</property>
             <property name="width">2</property>
-            <property name="height">1</property>
           </packing>
         </child>
         <child>
@@ -90,7 +88,6 @@ Author: Matthias Clasen <mclasen redhat com>
             <property name="left_attach">2</property>
             <property name="top_attach">2</property>
             <property name="width">4</property>
-            <property name="height">1</property>
           </packing>
         </child>
         <child>
@@ -105,7 +102,6 @@ Author: Matthias Clasen <mclasen redhat com>
             <property name="left_attach">0</property>
             <property name="top_attach">3</property>
             <property name="width">2</property>
-            <property name="height">1</property>
           </packing>
         </child>
         <child>
@@ -119,7 +115,33 @@ Author: Matthias Clasen <mclasen redhat com>
             <property name="left_attach">2</property>
             <property name="top_attach">3</property>
             <property name="width">4</property>
-            <property name="height">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GladePropertyLabel" id="icon_size_label">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="margin_left">12</property>
+            <property name="hexpand">False</property>
+            <property name="property_name">icon-size</property>
+          </object>
+          <packing>
+            <property name="left_attach">0</property>
+            <property name="top_attach">4</property>
+            <property name="width">2</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GladePropertyShell" id="icon_size_editor">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+            <property name="hexpand">False</property>
+            <property name="property_name">icon-size</property>
+          </object>
+          <packing>
+            <property name="left_attach">2</property>
+            <property name="top_attach">4</property>
+            <property name="width">4</property>
           </packing>
         </child>
       </object>
@@ -135,6 +157,8 @@ Author: Matthias Clasen <mclasen redhat com>
       <editor id="stack_editor"/>
       <editor id="orientation_label"/>
       <editor id="orientation_editor"/>
+      <editor id="icon_size_label"/>
+      <editor id="icon_size_editor"/>
     </child-editors>
   </template>
 </interface>
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 4e0ce3d..e87b41b 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2599,6 +2599,7 @@
         <properties>
           <property id="orientation" default="GTK_ORIENTATION_HORIZONTAL" custom-layout="True"/>
           <property id="stack" custom-layout="True"/>
+          <property id="icon-size" custom-layout="True" since="3.20"/>
           <!-- Disable GtkBox stuff -->
           <property id="size" disabled="True" default="0"/>
           <property id="homogeneous" disabled="True"/>


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