diff options
author | Denis Gorodnichev <[email protected]> | 2014-08-17 23:02:42 +0400 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-28 12:42:24 +0100 |
commit | f572907d54e9ec5f443498dc1695b0567896c23d (patch) | |
tree | c8098c92c036985b80bc2d041230e101595a9915 | |
parent | 377761bf440ce5d41edda78b23b1c0cfb7538507 (diff) | |
download | mate-desktop-f572907d54e9ec5f443498dc1695b0567896c23d.tar.bz2 mate-desktop-f572907d54e9ec5f443498dc1695b0567896c23d.tar.xz |
configure gtk settings gtk-dialogs-use-header and gtk-enable-animations
-rw-r--r-- | schemas/org.mate.interface.gschema.xml.in.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in.in b/schemas/org.mate.interface.gschema.xml.in.in index 1721c69..7954e0c 100644 --- a/schemas/org.mate.interface.gschema.xml.in.in +++ b/schemas/org.mate.interface.gschema.xml.in.in @@ -100,6 +100,16 @@ <_summary>GTK IM Module</_summary> <_description>Name of the input method module used by GTK+.</_description> </key> + <key name="gtk-dialogs-use-header" type="b"> + <default>true</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> + <key name="gtk-enable-animations" type="b"> + <default>true</default> + <_summary>Enable Gtk toolkit-wide animations</_summary> + <_description>Whether to enable toolkit-wide animations.</_description> + </key> <key name="document-font-name" type="s"> <default>'Sans 10'</default> <_summary>Document font</_summary> |