Browse Source
Revert `ShowGridLines` default value.
pull/2563/head
Jumar Macato
7 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls/Grid/Grid.cs
|
|
|
@ -218,7 +218,7 @@ namespace Avalonia.Controls |
|
|
|
public static readonly StyledProperty<bool> ShowGridLinesProperty = |
|
|
|
AvaloniaProperty.Register<Grid, bool>( |
|
|
|
nameof(ShowGridLines), |
|
|
|
defaultValue: true); |
|
|
|
defaultValue: false); |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// ShowGridLines property.
|
|
|
|
|