File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,10 +244,10 @@ static void bar_calculate_bounds_top_bottom(struct bar* bar) {
244
244
- center_length ) / 2 - 1 ;
245
245
246
246
uint32_t bar_center_right_first_item_x = (bar -> window .frame .size .width
247
- + notch_width ) / 2 - 1 ;
247
+ + notch_width ) / 2 ;
248
248
249
249
uint32_t bar_center_left_first_item_x = (bar -> window .frame .size .width
250
- - notch_width ) / 2 - 1 ;
250
+ - notch_width ) / 2 ;
251
251
252
252
uint32_t * next_position = NULL ;
253
253
uint32_t y = bar -> window .frame .size .height / 2 ;
@@ -364,10 +364,10 @@ static void bar_calculate_bounds_left_right(struct bar* bar) {
364
364
- center_length ) / 2 - 1 ;
365
365
366
366
uint32_t bar_center_right_first_item_y = (bar -> window .frame .size .height
367
- + notch_width ) / 2 - 1 ;
367
+ + notch_width ) / 2 ;
368
368
369
369
uint32_t bar_center_left_first_item_y = (bar -> window .frame .size .height
370
- - notch_width ) / 2 - 1 ;
370
+ - notch_width ) / 2 ;
371
371
372
372
uint32_t * next_position = NULL ;
373
373
You can’t perform that action at this time.
0 commit comments