[libhandy/wip/exalm/leaflet-transltions: 14/32] deck: Fix transition-type default value
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy/wip/exalm/leaflet-transltions: 14/32] deck: Fix transition-type default value
- Date: Wed, 17 Jun 2020 21:21:56 +0000 (UTC)
commit dffe9338eab938ca7c654ae7050d411845318453
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]