[gnome-calendar/ui-rewrite] window: shorten stack transition duration
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/ui-rewrite] window: shorten stack transition duration
- Date: Mon, 10 Nov 2014 13:58:47 +0000 (UTC)
commit ffe73d7a265be45c5ffa074ae2ad3346766c2bbe
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Wed Nov 5 09:39:11 2014 -0500
window: shorten stack transition duration
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 c092f19..63828c4 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -1125,7 +1125,7 @@ gcal_window_constructed (GObject *object)
"vexpand", TRUE,
"hexpand", TRUE,
"transition-type", GTK_STACK_TRANSITION_TYPE_SLIDE_LEFT_RIGHT,
- "transition-duration", 500,
+ "transition-duration", 250,
NULL);
gtk_container_add (GTK_CONTAINER (box), priv->views_stack);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]