From 164a2559cbc9012194484fba767dcd127b36a993 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 14 Mar 2024 19:16:11 +0100 Subject: Use a gradient pattern for the shine --- src/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connect.c') diff --git a/src/connect.c b/src/connect.c index ae9f295..71552da 100644 --- a/src/connect.c +++ b/src/connect.c @@ -97,7 +97,7 @@ static void button_action(State *state, const char *event, int x, int y) ButtonAction action = button_simple_get_action(layout->btn); if (action != NULL) { - Animation *shine = animation_shine_create(200 * G_TIME_SPAN_MILLISECOND); + Animation *shine = animation_shine_create(300 * G_TIME_SPAN_MILLISECOND); if (button_set_animation(layout->btn, shine)) state_request_animation(state); -- cgit v1.2.3