[libhandy] deck: Fix transition-type default value



commit 07058f3e70ff0021d0fcf379285aa091217940e6
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Jun 17 23:43:09 2020 +0500

    deck: Fix transition-type default value
    
    It should have been 'over', not 'none'.
    
    Signed-off-by: Alexander Mikhaylenko <alexm gnome org>

 src/hdy-deck.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/hdy-deck.c b/src/hdy-deck.c
index 8fcdd48f..f88f3b17 100644
--- a/src/hdy-deck.c
+++ b/src/hdy-deck.c
@@ -941,7 +941,7 @@ hdy_deck_class_init (HdyDeckClass *klass)
     g_param_spec_enum ("transition-type",
                        _("Transition type"),
                        _("The type of animation used to transition between children"),
-                       HDY_TYPE_DECK_TRANSITION_TYPE, HDY_DECK_TRANSITION_TYPE_NONE,
+                       HDY_TYPE_DECK_TRANSITION_TYPE, HDY_DECK_TRANSITION_TYPE_OVER,
                        G_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
 
   /**


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