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.
2 parents 95b9d88 + 20f02b5 commit 925e2caCopy full SHA for 925e2ca
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