aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2025-11-20 20:50:46 +0300
committerspl3g <spleefer6@yandex.ru>2025-11-20 20:50:46 +0300
commita7f99d059477a7434ef69761960bab1f688ccd1e (patch)
tree7f64618f475554b7418d7e0b9edd3ed5f6fbff9d /src/ui.c
parent1f9f2f89b3fe46906f815f7cfc18624279231dbd (diff)
Improve the wave screen
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c8
1 files changed, 4 insertions, 4 deletions
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, */
+ /* }, */
});
}
}