diff --git a/Terminal.Gui/Views/Button.cs b/Terminal.Gui/Views/Button.cs
index f6acd3338..81d70ba9f 100644
--- a/Terminal.Gui/Views/Button.cs
+++ b/Terminal.Gui/Views/Button.cs
@@ -39,7 +39,7 @@ public class Button : View, IDesignable
/// Gets or sets whether s are shown with a shadow effect by default.
///
[SerializableConfigurationProperty (Scope = typeof (ThemeScope))]
- [JsonConverter (typeof (JsonStringEnumConverter))]
+ [JsonConverter (typeof (JsonStringEnumConverter))]
public static ShadowStyle DefaultShadow { get; set; } = ShadowStyle.None;
diff --git a/Terminal.Gui/Views/Dialog.cs b/Terminal.Gui/Views/Dialog.cs
index 7e6d82ffd..bcdca4fa8 100644
--- a/Terminal.Gui/Views/Dialog.cs
+++ b/Terminal.Gui/Views/Dialog.cs
@@ -19,13 +19,13 @@ public class Dialog : Window
/// The default for .
/// This property can be set in a Theme.
[SerializableConfigurationProperty (Scope = typeof (ThemeScope))]
- [JsonConverter (typeof (JsonStringEnumConverter))]
+ [JsonConverter (typeof (JsonStringEnumConverter))]
public static Alignment DefaultButtonAlignment { get; set; } = Alignment.End;
/// The default for .
/// This property can be set in a Theme.
[SerializableConfigurationProperty (Scope = typeof (ThemeScope))]
- [JsonConverter (typeof (JsonStringEnumConverter))]
+ [JsonConverter (typeof (JsonStringEnumConverter))]
public static AlignmentModes DefaultButtonAlignmentModes { get; set; } = AlignmentModes.StartToEnd | AlignmentModes.AddSpaceBetweenItems;
///
@@ -47,7 +47,7 @@ public class Dialog : Window
/// Gets or sets whether all s are shown with a shadow effect by default.
///
[SerializableConfigurationProperty (Scope = typeof (ThemeScope))]
- [JsonConverter (typeof (JsonStringEnumConverter))]
+ [JsonConverter (typeof (JsonStringEnumConverter))]
public new static ShadowStyle DefaultShadow { get; set; } = ShadowStyle.None;
///
@@ -56,7 +56,7 @@ public class Dialog : Window
///
[SerializableConfigurationProperty (Scope = typeof (ThemeScope))]
- [JsonConverter (typeof (JsonStringEnumConverter))]
+ [JsonConverter (typeof (JsonStringEnumConverter))]
public new static LineStyle DefaultBorderStyle { get; set; } = LineStyle.Single;
private readonly List