Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-06-23 16:29:16 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-06-23 16:29:16 (GMT)
commit5fa4d3426e7f786b327a25d9f4de83ac8394303b (patch)
tree763203f6eae4fd99b9da6bd9e5b32c623d2c4cd1 /shell
parent0b170ea30df3b3c5cbfdefe26eb4268521553ef7 (diff)
Reenable old sliding in, it just feel less trembling and
it's not buggy. We need to test on the olpc, old code is still there obviously.
Diffstat (limited to 'shell')
-rw-r--r--shell/WindowManager.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/WindowManager.py b/shell/WindowManager.py
index 765b2be..7fa5dcd 100644
--- a/shell/WindowManager.py
+++ b/shell/WindowManager.py
@@ -6,12 +6,12 @@ import gobject
SM_SPACE_PROPORTIONAL = 0
SM_STEP = 1
-SLIDING_TIMEOUT = 50
-SLIDING_MODE = SM_SPACE_PROPORTIONAL
+#SLIDING_TIMEOUT = 50
+#SLIDING_MODE = SM_SPACE_PROPORTIONAL
-#SLIDING_TIMEOUT = 10
-#SLIDING_MODE = SM_STEP
-#SLIDING_STEP = 0.05
+SLIDING_TIMEOUT = 10
+SLIDING_MODE = SM_STEP
+SLIDING_STEP = 0.05
class WindowManager:
__managers_list = []