Create specialized border fields

This commit is contained in:
John Lewin 2018-10-16 21:21:42 -07:00
parent 87ebb0f215
commit 4f0f790f56
22 changed files with 42 additions and 30 deletions

View file

@ -125,7 +125,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
Margin = new BorderDouble(theme.DefaultContainerPadding, theme.DefaultContainerPadding, 0, theme.DefaultContainerPadding),
Border = 1,
IsActive = mode == activeMode,
BorderColor = theme.GetBorderColor(20),
BorderColor = theme.BorderColor20,
});
}
}