[gnome-calendar] gcal-window: changed transition-type between views
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] gcal-window: changed transition-type between views
- Date: Thu, 4 Dec 2014 22:23:07 +0000 (UTC)
commit 85a2002e7610f90d4d9e79d0827cf75695f365e6
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Thu Jun 13 16:53:02 2013 -0400
gcal-window: changed transition-type between views
Requires master from Gtk+
src/gcal-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-window.c b/src/gcal-window.c
index 1cf9e15..a9bae9a 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -313,7 +313,7 @@ gcal_window_constructed (GObject *object)
g_object_set (priv->views_stack,
"vexpand", TRUE,
"hexpand", TRUE,
- "transition-type", GTK_STACK_TRANSITION_TYPE_SLIDE_DOWN,
+ "transition-type", GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT,
"transition-duration", 500,
NULL);
gtk_container_add (GTK_CONTAINER (priv->views_overlay), priv->views_stack);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]