diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-15 01:14:03 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-15 01:14:03 +0100 |
| commit | 7f154168bcbb6e174800b1dbe81352a31b2cd23b (patch) | |
| tree | 5cecbd0e456d2330c0b65e8c170fc568aa567542 /src/connect.c | |
| parent | 74a29b60cdcff2906db89707c1059ee1cc840e49 (diff) | |
Add x and y padding to layout
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 f6c439b..274421b 100644 --- a/src/connect.c +++ b/src/connect.c @@ -102,7 +102,7 @@ static void button_action(State *state, const char *event, int x, int y) if (action != NULL) { // NOTE: Animations may change layout! //Animation *anim = animation_shine_create(300 * G_TIME_SPAN_MILLISECOND); - Animation *anim = animation_pulse_create(1000 * G_TIME_SPAN_MILLISECOND); + Animation *anim = animation_pulse_create(300 * G_TIME_SPAN_MILLISECOND); if (button_set_animation(btn, anim)) state_request_animation(state); |
