We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beef752 commit 92ca0b3Copy full SHA for 92ca0b3
internal/tui/constants.go
@@ -6,7 +6,7 @@ const (
6
// --- Layout Ratios ---
7
// leftPanelWidthRatio defines the percentage of the total width for the left column.
8
// rightPanelWidthRatio is "1 - leftPanelWidthRatio".
9
- leftPanelWidthRatio = 0.4
+ leftPanelWidthRatio = 0.35
10
// helpViewWidthRatio defines the width of the help view relative to the total width.
11
helpViewWidthRatio = 0.5
12
// helpViewHeightRatio defines the height of the help view relative to the total height.
0 commit comments