diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-04-17 11:11:17 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-04-17 22:55:37 -0400 |
commit | c502ff73fe7462c32e8bb80d3c0856fb6aacb3d1 (patch) | |
tree | 5a40a675066680b6f2bd329d6848e8d20c30fb1e /examples | |
parent | f521dddaed9c29fc465c4f6e952232277015fc82 (diff) | |
download | gtk+-c502ff73fe7462c32e8bb80d3c0856fb6aacb3d1.tar.gz |
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.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/application10/window.ui | 1 | ||||
-rw-r--r-- | examples/application2/window.ui | 1 | ||||
-rw-r--r-- | examples/application3/window.ui | 1 | ||||
-rw-r--r-- | examples/application4/window.ui | 1 | ||||
-rw-r--r-- | examples/application5/window.ui | 1 | ||||
-rw-r--r-- | examples/application6/window.ui | 1 | ||||
-rw-r--r-- | examples/application7/window.ui | 1 | ||||
-rw-r--r-- | examples/application8/window.ui | 1 | ||||
-rw-r--r-- | 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 3f7eede65b..c91fb122ff 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 d90c3f618c..6b37e86e4d 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 d90c3f618c..6b37e86e4d 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 d90c3f618c..6b37e86e4d 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 d90c3f618c..6b37e86e4d 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 d90c3f618c..6b37e86e4d 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 ac1760e14c..16e71a9698 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 96801a80ae..0513fe9842 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 0089666ea6..1735f0c0f9 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> |