diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-14 19:16:11 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-14 19:22:40 +0100 |
| commit | 164a2559cbc9012194484fba767dcd127b36a993 (patch) | |
| tree | b84f5d7f795cf759b6213273d67b2ba3f8824af5 /src/connect.c | |
| parent | 3be41d4351edf3dd4e9d9ac8fcadb38b5d580ef7 (diff) | |
Use a gradient pattern for the shine
Diffstat (limited to 'src/connect.c')
| -rw-r--r-- | src/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
