Skip to content

Commit 187d122

Browse files
committed
v1.0.3
- Adjusted row spacing - changed from 5px/7px/8px (top/gap/bottom) to 5px/10px/5px for even vertical centering
1 parent 266b8d5 commit 187d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ fn paint_content(
514514

515515
let content_x = LEFT_DIVIDER_W + DIVIDER_RIGHT_MARGIN;
516516
let row1_y = 5;
517-
let row2_y = 5 + 13 + 7;
517+
let row2_y = 5 + SEGMENT_H + 10;
518518

519519
let _ = SetBkMode(hdc, TRANSPARENT);
520520
let _ = SetTextColor(hdc, COLORREF(text_color.to_colorref()));

0 commit comments

Comments
 (0)