summaryrefslogtreecommitdiff
path: root/examples/application7
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-04-17 11:11:17 -0700
committerMatthias Clasen <mclasen@redhat.com>2014-04-17 22:55:37 -0400
commitc502ff73fe7462c32e8bb80d3c0856fb6aacb3d1 (patch)
tree5a40a675066680b6f2bd329d6848e8d20c30fb1e /examples/application7
parentf521dddaed9c29fc465c4f6e952232277015fc82 (diff)
downloadgtk+-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/application7')
-rw-r--r--examples/application7/window.ui1
1 files changed, 1 insertions, 0 deletions
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>