Commit d08ed1d9fd5de8877c90934de168f08c2ac7581d
1 parent
4bbd67d9
Exists in
master
and in
4 other branches
Fixing default setting.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
schemas/common/window.gschema.xml.in
... | ... | @@ -57,7 +57,7 @@ |
57 | 57 | </key> |
58 | 58 | |
59 | 59 | <key name="has-subtitle" type="b"> |
60 | - <default>true</default> | |
60 | + <default>false</default> | |
61 | 61 | <summary>Enable top window subtitle</summary> |
62 | 62 | <description>If TRUE, reserve space for a subtitle, even if none is currently set.</description> |
63 | 63 | </key> | ... | ... |