Blob Blame History Raw
From f66c53e4be89b1b5569077c32323c0858da83a25 Mon Sep 17 00:00:00 2001
From: infirit <infirit@gmail.com>
Date: Mon, 03 Aug 2015 15:21:17 +0000
Subject: Gtk3: Add setting to toggle overlay scrolling

---
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 built-in GTK+ scrolled windows will use overlay scrolling. Overlay scrolling hides and reduces the size of the scrollbar until it gets focus.</_description>
+    </key>
     <key name="gtk-enable-animations" type="b">
       <default>true</default>
       <_summary>Enable Gtk toolkit-wide animations</_summary>
--
cgit