Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-01-15 22:31:07 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-15 22:31:07 (GMT)
commitcbc8abbb0809a7f9db7c86aed34764f4eb163bf2 (patch)
tree8050061ca9164762f058b757e13de400541ade47
parent6f58827b7f4534916fbfe818a6e0c5a64aae26b3 (diff)
Revert "On edges show the frame after 1.5 seconds"
This reverts commit 5e08830feb376ad6cd12a412689d7d237375fb72.
-rw-r--r--shell/view/frame/Frame.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/view/frame/Frame.py b/shell/view/frame/Frame.py
index 92437fe..f41477c 100644
--- a/shell/view/frame/Frame.py
+++ b/shell/view/frame/Frame.py
@@ -163,9 +163,9 @@ class Frame:
self._mode = Frame.INACTIVE
self._timeline = Timeline(self)
- self._timeline.add_tag('slide_in', 18, 24)
- self._timeline.add_tag('before_slide_out', 48, 48)
- self._timeline.add_tag('slide_out', 49, 54)
+ self._timeline.add_tag('slide_in', 6, 12)
+ self._timeline.add_tag('before_slide_out', 36, 36)
+ self._timeline.add_tag('slide_out', 37, 42)
self._event_frame = EventFrame()
self._event_frame.connect('enter-edge', self._enter_edge_cb)