Merge branch 'wip/exalm/multiplier' into 'main'

scrolledwindow: Lower the scroll multiplier

See merge request GNOME/gtk!4933
This commit is contained in:
Carlos Garnacho 2022-08-08 12:00:15 +00:00
commit 9691a11076

View File

@ -201,7 +201,7 @@
/* Scrolled off indication */
#define UNDERSHOOT_SIZE 40
#define MAGIC_SCROLL_FACTOR (42 / 7 / 1.618033 * 2.718281)
#define MAGIC_SCROLL_FACTOR 2.5
typedef struct _GtkScrolledWindowClass GtkScrolledWindowClass;