aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
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, */
+ /* }, */
});
}
}