diff options
author | infirit <[email protected]> | 2014-10-28 13:25:04 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-28 13:25:04 +0100 |
commit | e9ae72f43c0c5d859685c29a926284edb5455d4e (patch) | |
tree | aff28391123a55cf7ae323f3e87fdcd5aab1ad76 /schemas/org.mate.interface.gschema.xml.in.in | |
parent | 1e4ee28d0412be89b9a89c0db71a3e52d14c6835 (diff) | |
download | mate-desktop-e9ae72f43c0c5d859685c29a926284edb5455d4e.tar.bz2 mate-desktop-e9ae72f43c0c5d859685c29a926284edb5455d4e.tar.xz |
Update gtk-dialogs-use-header key default to false
To stay as close to the Gtk+2 UI as possible.
Diffstat (limited to 'schemas/org.mate.interface.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.interface.gschema.xml.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in.in b/schemas/org.mate.interface.gschema.xml.in.in index 7954e0c..801242b 100644 --- a/schemas/org.mate.interface.gschema.xml.in.in +++ b/schemas/org.mate.interface.gschema.xml.in.in @@ -101,7 +101,7 @@ <_description>Name of the input method module used by GTK+.</_description> </key> <key name="gtk-dialogs-use-header" type="b"> - <default>true</default> + <default>false</default> <_summary>Use GTK3 header bar</_summary> <_description>Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. This setting does not affect custom dialogs using GtkDialog directly, or message dialogs.</_description> </key> |