mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
GtkPopover: Make transitions faster
https://bugzilla.gnome.org/show_bug.cgi?id=755528
This commit is contained in:
parent
565677a22c
commit
3e39ec5743
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user