[gnome-calendar] window: change the transition to crossfade



commit 9cc0dda7d48d8ab886ae2e7cafce473ed18ba302
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Jan 14 15:00:38 2015 -0200

    window: change the transition to crossfade
    
    There is no linear relation of day, month and year views.
    
    As such, it is better to not try to suggest it.

 data/ui/window.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index a65e5ed..d49b20b 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -66,7 +66,7 @@
                 <property name="hexpand">True</property>
                 <property name="vexpand">True</property>
                 <property name="transition_duration">250</property>
-                <property name="transition_type">slide-left-right</property>
+                <property name="transition_type">crossfade</property>
                 <signal name="notify::visible-child" handler="view_changed" object="GcalWindow" 
swapped="no"/>
                 <style>
                   <class name="views"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]