From e4c6ba9507d960cbac7ae43c127b6cbd06e58a4e Mon Sep 17 00:00:00 2001 From: John Lewin Date: Wed, 17 Oct 2018 20:31:58 -0700 Subject: [PATCH] Fix serialization failure --- MatterControlLib/ApplicationView/ThemeConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlLib/ApplicationView/ThemeConfig.cs b/MatterControlLib/ApplicationView/ThemeConfig.cs index 029e7c3e9..d87bd4a70 100644 --- a/MatterControlLib/ApplicationView/ThemeConfig.cs +++ b/MatterControlLib/ApplicationView/ThemeConfig.cs @@ -195,7 +195,7 @@ namespace MatterHackers.MatterControl public Color BorderColor { get; set; } public Color BorderColor40 { get; set; } public Color BorderColor20 { get; set; } - public Color RowBorder { get; internal set; } + public Color RowBorder { get; set; } public Color DropListFieldBorder { get; set; } public Color DisabledColor { get; set; }