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 /demos/icon-browser/window.ui | |
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 'demos/icon-browser/window.ui')
-rw-r--r-- | demos/icon-browser/window.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/icon-browser/window.ui b/demos/icon-browser/window.ui index 897ba2b64c..ab76bb5bac 100644 --- a/demos/icon-browser/window.ui +++ b/demos/icon-browser/window.ui @@ -21,7 +21,6 @@ <property name="default-height">768</property> <child type="titlebar"> <object class="GtkHeaderBar" id="header"> - <property name="show-title-buttons">1</property> <child type="title"> <object class="GtkBox"> <style> |