GtkPopover: Make transitions faster

https://bugzilla.gnome.org/show_bug.cgi?id=755528
This commit is contained in:
Timm Bäder 2015-09-23 17:36:39 +02:00 committed by Matthias Clasen
parent 565677a22c
commit 3e39ec5743

View File

@ -105,7 +105,7 @@
#define TAIL_GAP_WIDTH 24
#define TAIL_HEIGHT 12
#define TRANSITION_DIFF 20
#define TRANSITION_DURATION 330 * 1000
#define TRANSITION_DURATION 150 * 1000
#define POS_IS_VERTICAL(p) ((p) == GTK_POS_TOP || (p) == GTK_POS_BOTTOM)