Revise colors
This commit is contained in:
parent
ad1ec28e2b
commit
ffa4c3e034
4 changed files with 4 additions and 6 deletions
|
|
@ -57,7 +57,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
tabControl = ApplicationController.Instance.Theme.CreateTabControl(2);
|
||||
|
||||
var separator = tabControl.Children<HorizontalLine>().FirstOrDefault();
|
||||
separator.BackgroundColor = ApplicationController.Instance.Theme.PrimaryTabFillColor;
|
||||
separator.BackgroundColor = ApplicationController.Instance.Theme.SlightShade;
|
||||
|
||||
RGBA_Bytes selectedTabColor;
|
||||
if (!UserSettings.Instance.IsTouchScreen)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue