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; }