Skip to content

Commit

Permalink
Fixes PowerShell#175 - Column headers misaligned
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Apr 28, 2023
1 parent 04ee196 commit 20f02b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal class ConsoleGui : IDisposable
// This adjusts the left margin of all controls
private const int MARGIN_LEFT = 2;
// Width of Terminal.Gui ListView selection/check UI elements (old == 4, new == 2)
private const int CHECK_WIDTH = 4;
private const int CHECK_WIDTH = 2;
private bool _cancelled;
private Label _filterLabel;
private TextField _filterField;
Expand Down

0 comments on commit 20f02b5

Please sign in to comment.