summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-08-03 17:21:17 +0200
committerinfirit <[email protected]>2015-09-01 22:57:51 +0200
commitf66c53e4be89b1b5569077c32323c0858da83a25 (patch)
treecd1b484e4de0c1c90ed9d28354dc15bdcc9274c0 /schemas
parentd21a9e32799f3c579b21ce5fa00773c7a8c989ae (diff)
downloadmate-desktop-f66c53e4be89b1b5569077c32323c0858da83a25.tar.bz2
mate-desktop-f66c53e4be89b1b5569077c32323c0858da83a25.tar.xz
Gtk3: Add setting to toggle overlay scrolling
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.mate.interface.gschema.xml.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.mate.interface.gschema.xml.in.in b/schemas/org.mate.interface.gschema.xml.in.in
index 979024b..8477555 100644
--- a/schemas/org.mate.interface.gschema.xml.in.in
+++ b/schemas/org.mate.interface.gschema.xml.in.in
@@ -105,6 +105,11 @@
<_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-overlay-scrolling" type="b">
+ <default>false</default>
+ <_summary>Use GTK3 overlay scrolling</_summary>
+ <_description>Whether builtin GTK+ scrolled windows will use overlay scrolling. Overlay scrolling hides and reduces the size of the scrollbar untill it get's focus.</_description>
+ </key>
<key name="gtk-enable-animations" type="b">
<default>true</default>
<_summary>Enable Gtk toolkit-wide animations</_summary>