From a7f99d059477a7434ef69761960bab1f688ccd1e Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 20 Nov 2025 20:50:46 +0300 Subject: Improve the wave screen --- src/ui.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index 88f9670..e797251 100644 --- a/src/ui.c +++ b/src/ui.c @@ -298,7 +298,7 @@ void draw_screen(UIData *ui_data) { wave->wave_screen = (WaveScreenData){ .point_buffer = ui_data->wave_buffer, .buffer_len = ui_data->wave_buffer_size, - .thickness = 2, + .thickness = 1, }; CLAY(CLAY_ID("wave_border"), { @@ -312,9 +312,9 @@ void draw_screen(UIData *ui_data) { .custom = { .customData = wave, }, - .clip = { - .horizontal = true, - }, + /* .clip = { */ + /* .horizontal = true, */ + /* }, */ }); } } -- cgit v1.2.3