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/application7 | |
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/application7')
-rw-r--r-- | examples/application7/window.ui | 1 |
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> |