Skip to content

Commit

Permalink
make field readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Mar 28, 2024
1 parent db5dcbd commit 65d84a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.DataGrid/DataGridHeaderRow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ internal sealed class DataGridHeaderRow : Grid
new() { Width = new(1, GridUnitType.Auto) }
];

private Thickness _headerCellPadding = new(0, 0, 4, 0);
private readonly Thickness _headerCellPadding = new(0, 0, 4, 0);

#endregion Fields

Expand Down

0 comments on commit 65d84a4

Please sign in to comment.