[Xfce4-commits] <xfce4-settings:master> Increase double click time to 400ms (bug #10562).

Nick Schermer noreply at xfce.org
Thu Dec 26 18:22:01 CET 2013


Updating branch refs/heads/master
         to 8f95e0836365e62d052cc000f3b7a0145cd2c81c (commit)
       from 44540d572dd3fc71bde23086834912551f181037 (commit)

commit 8f95e0836365e62d052cc000f3b7a0145cd2c81c
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Dec 26 18:20:49 2013 +0100

    Increase double click time to 400ms (bug #10562).
    
    Gtk's default is somewhat fast for most people, 400ms is a
    default used by most other desktops.

 xfsettingsd/xsettings.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfsettingsd/xsettings.xml b/xfsettingsd/xsettings.xml
index 0a579d6..ef56c59 100644
--- a/xfsettingsd/xsettings.xml
+++ b/xfsettingsd/xsettings.xml
@@ -8,7 +8,7 @@
   <property name="Net" type="empty">
     <property name="ThemeName" type="empty"/>
     <property name="IconThemeName" type="empty"/>
-    <property name="DoubleClickTime" type="int" value="250"/>
+    <property name="DoubleClickTime" type="int" value="400"/>
     <property name="DoubleClickDistance" type="int" value="5"/>
     <property name="DndDragThreshold" type="int" value="8"/>
     <property name="CursorBlink" type="bool" value="true"/>


More information about the Xfce4-commits mailing list