Skip to content

Commit 92ca0b3

Browse files
committed
update leftPanelWidthRatio
Signed-off-by: Ayush <mail@ayuch.dev>
1 parent beef752 commit 92ca0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tui/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
// --- Layout Ratios ---
77
// leftPanelWidthRatio defines the percentage of the total width for the left column.
88
// rightPanelWidthRatio is "1 - leftPanelWidthRatio".
9-
leftPanelWidthRatio = 0.4
9+
leftPanelWidthRatio = 0.35
1010
// helpViewWidthRatio defines the width of the help view relative to the total width.
1111
helpViewWidthRatio = 0.5
1212
// helpViewHeightRatio defines the height of the help view relative to the total height.

0 commit comments

Comments
 (0)