From 3fc42b2ce51ba02d201e41d15f9525349ba85569 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 17 Feb 2014 01:42:03 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/__main__.py') diff --git a/src/__main__.py b/src/__main__.py index 6a58054..2c95a34 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -92,12 +92,12 @@ fadeout_time = 2 :float? The number of seconds used to fade out on exit, `None` for no fading ''' -fadein_steps = 10 +fadein_steps = 40 ''' :int The number of steps in the fade in phase, if any ''' -fadeout_steps = 10 +fadeout_steps = 40 ''' :int The number of steps in the fade out phase, if any ''' -- cgit v1.2.3-70-g09d2