diff options
author | Alexander Mikhaylenko <alexm@gnome.org> | 2020-05-25 20:14:58 +0500 |
---|---|---|
committer | Alexander Mikhaylenko <alexm@gnome.org> | 2020-07-02 23:51:16 +0500 |
commit | 7c3b30036eafecf84ac39e7e671cacd4283dcdbf (patch) | |
tree | 96e63fcfb5a0cb8e18aadda7a404f9bfd19ae075 /examples/application9 | |
parent | 988901294dffafdc80f8672e8a9a74cc5dcccf97 (diff) | |
download | gtk+-7c3b30036eafecf84ac39e7e671cacd4283dcdbf.tar.gz |
headerbar: Show title buttons by default
Most of the time show-title-buttons is set to TRUE. Go ahead and make that
the default.
Diffstat (limited to 'examples/application9')
-rw-r--r-- | examples/application9/window.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/application9/window.ui b/examples/application9/window.ui index 29af168d26..b0f9932b03 100644 --- a/examples/application9/window.ui +++ b/examples/application9/window.ui @@ -6,7 +6,6 @@ <property name="default-height">400</property> <child type="titlebar"> <object class="GtkHeaderBar" id="header"> - <property name="show-title-buttons">1</property> <child> <object class="GtkLabel" id="lines_label"> <property name="visible">0</property> |