[Skencil-commits] r739 - skencil/branches/skencil-0.6/src/Sketch/Base

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Sep 25 13:32:33 CEST 2010


Author: igor_n
Date: 2010-09-25 13:32:33 +0200 (Sat, 25 Sep 2010)
New Revision: 739

Modified:
   skencil/branches/skencil-0.6/src/Sketch/Base/config.py
Log:
Delay for tooltips is decreased

Modified: skencil/branches/skencil-0.6/src/Sketch/Base/config.py
===================================================================
--- skencil/branches/skencil-0.6/src/Sketch/Base/config.py	2010-09-25 11:30:14 UTC (rev 738)
+++ skencil/branches/skencil-0.6/src/Sketch/Base/config.py	2010-09-25 11:32:33 UTC (rev 739)
@@ -323,7 +323,7 @@
     activate_tooltips = 1
 
     #	Delay for tooltips in milliseconds
-    tooltip_delay = 1000
+    tooltip_delay = 500
 
     #
     #	Main Window



More information about the Skencil-commits mailing list