Make StyledDropDownList properly themed.
This commit is contained in:
parent
511646d220
commit
ef65224483
1 changed files with 2 additions and 2 deletions
|
|
@ -26,12 +26,12 @@ namespace MatterHackers.MatterControl
|
|||
this.TextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
this.MenuItemsBorderWidth = 1;
|
||||
this.MenuItemsBackgroundColor = RGBA_Bytes.White;
|
||||
this.MenuItemsBorderColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
this.MenuItemsBorderColor = ActiveTheme.Instance.SecondaryTextColor;
|
||||
this.MenuItemsPadding = new BorderDouble(10,8,10,12);
|
||||
this.MenuItemsBackgroundHoverColor = ActiveTheme.Instance.PrimaryAccentColor;
|
||||
this.MenuItemsTextHoverColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
this.BorderWidth = 1;
|
||||
this.BorderColor = whiteSemiTransparent;
|
||||
this.BorderColor = ActiveTheme.Instance.SecondaryTextColor;
|
||||
this.HoverColor = whiteSemiTransparent;
|
||||
this.BackgroundColor = new RGBA_Bytes(255, 255, 255, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue