[gtk+/gtk-3-12] example: Fix up margins



commit 9d44ec92e571e1b4ef58faf2bdaaefbcad167b12
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Apr 17 11:11:17 2014 -0700

    example: Fix up margins
    
    This makes the code match what we show in the screenshots. This
    broke when headerbars were changed to allow titles to extend into
    the margin.

 examples/application10/window.ui |    1 +
 examples/application2/window.ui  |    1 +
 examples/application3/window.ui  |    1 +
 examples/application4/window.ui  |    1 +
 examples/application5/window.ui  |    1 +
 examples/application6/window.ui  |    1 +
 examples/application7/window.ui  |    1 +
 examples/application8/window.ui  |    1 +
 examples/application9/window.ui  |    1 +
 9 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/examples/application10/window.ui b/examples/application10/window.ui
index 3f7eede..c91fb12 100644
--- a/examples/application10/window.ui
+++ b/examples/application10/window.ui
@@ -29,6 +29,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>
diff --git a/examples/application2/window.ui b/examples/application2/window.ui
index d90c3f6..6b37e86 100644
--- a/examples/application2/window.ui
+++ b/examples/application2/window.ui
@@ -15,6 +15,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>
diff --git a/examples/application3/window.ui b/examples/application3/window.ui
index d90c3f6..6b37e86 100644
--- a/examples/application3/window.ui
+++ b/examples/application3/window.ui
@@ -15,6 +15,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>
diff --git a/examples/application4/window.ui b/examples/application4/window.ui
index d90c3f6..6b37e86 100644
--- a/examples/application4/window.ui
+++ b/examples/application4/window.ui
@@ -15,6 +15,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>
diff --git a/examples/application5/window.ui b/examples/application5/window.ui
index d90c3f6..6b37e86 100644
--- a/examples/application5/window.ui
+++ b/examples/application5/window.ui
@@ -15,6 +15,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>
diff --git a/examples/application6/window.ui b/examples/application6/window.ui
index d90c3f6..6b37e86 100644
--- a/examples/application6/window.ui
+++ b/examples/application6/window.ui
@@ -15,6 +15,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>
diff --git a/examples/application7/window.ui b/examples/application7/window.ui
index ac1760e..16e71a9 100644
--- a/examples/application7/window.ui
+++ b/examples/application7/window.ui
@@ -15,6 +15,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>
diff --git a/examples/application8/window.ui b/examples/application8/window.ui
index 96801a8..0513fe9 100644
--- a/examples/application8/window.ui
+++ b/examples/application8/window.ui
@@ -15,6 +15,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>
diff --git a/examples/application9/window.ui b/examples/application9/window.ui
index 0089666..1735f0c 100644
--- a/examples/application9/window.ui
+++ b/examples/application9/window.ui
@@ -32,6 +32,7 @@
             <child type="title">
               <object class="GtkStackSwitcher" id="tabs">
                 <property name="visible">True</property>
+                <property name="margin">6</property>
                 <property name="stack">stack</property>
               </object>
             </child>


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