Skip to content

Commit 20f02b5

Browse files
committed
Fixes #175 - Column headers misaligned
1 parent 04ee196 commit 20f02b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ internal class ConsoleGui : IDisposable
1717
// This adjusts the left margin of all controls
1818
private const int MARGIN_LEFT = 2;
1919
// Width of Terminal.Gui ListView selection/check UI elements (old == 4, new == 2)
20-
private const int CHECK_WIDTH = 4;
20+
private const int CHECK_WIDTH = 2;
2121
private bool _cancelled;
2222
private Label _filterLabel;
2323
private TextField _filterField;

0 commit comments

Comments
 (0)