UserPreferences.st
changeset 8759 8e6b635057ea
parent 8758 4b2a52629eef
child 8760 36b8199be82b
--- a/UserPreferences.st	Mon Feb 28 15:51:02 2005 +0100
+++ b/UserPreferences.st	Mon Feb 28 15:52:47 2005 +0100
@@ -871,12 +871,6 @@
     "
 !
 
-dragMotionDistance
-    "the motion distance (in pixel) to start drag (as opposed to adding to the selection)"
-
-    ^ "DragMotionDistance ?" 10
-!
-
 focusFollowsMouse
     "return the flag which controls if the keyboard focus should
      follow the mouse (as in X) - as opposed to click mode (as in MS-win).
@@ -909,6 +903,12 @@
     "Modified: / 11.9.1998 / 00:09:59 / cg"
 !
 
+motionDistanceToStartDrag
+    "the motion distance (in pixel) to start drag (as opposed to adding to the selection)"
+
+    ^ "DragMotionDistance ?" 10
+!
+
 opaqueTableColumnResizing
     "return the flag which controls if table column resizing should be done
      animated (opaque)"
@@ -2384,5 +2384,5 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.151 2005-02-28 14:51:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.152 2005-02-28 14:52:47 cg Exp $'
 ! !