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 04ee196 commit 20f02b5Copy full SHA for 20f02b5
src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs
@@ -17,7 +17,7 @@ internal class ConsoleGui : IDisposable
17
// This adjusts the left margin of all controls
18
private const int MARGIN_LEFT = 2;
19
// Width of Terminal.Gui ListView selection/check UI elements (old == 4, new == 2)
20
- private const int CHECK_WIDTH = 4;
+ private const int CHECK_WIDTH = 2;
21
private bool _cancelled;
22
private Label _filterLabel;
23
private TextField _filterField;
0 commit comments