summaryrefslogtreecommitdiff
path: root/examples/application10
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/application10
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/application10')
-rw-r--r--examples/application10/window.ui1
1 files changed, 1 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>