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-16 13:38:51 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-01-16 13:38:51 (GMT)
commiteef96e70764a3ebff71ecab7e47ad5aeceb51218 (patch)
treecad681ad64f2d88f6b7c03b1e1efe4fd86e41d62
parent0584ac7529197e5a9fe34175ebf3d3af80e9f54f (diff)
Accidentally reverted...
Revert "Revert "On edges show the frame after 1.5 seconds"" This reverts commit cbc8abbb0809a7f9db7c86aed34764f4eb163bf2.
-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 f41477c..92437fe 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', 6, 12)
- self._timeline.add_tag('before_slide_out', 36, 36)
- self._timeline.add_tag('slide_out', 37, 42)
+ 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._event_frame = EventFrame()
self._event_frame.connect('enter-edge', self._enter_edge_cb)