Make controls more consistent looking.
This commit is contained in:
parent
73b6c8298b
commit
e02655f847
21 changed files with 239 additions and 59 deletions
|
|
@ -53,7 +53,9 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
textImageButtonFactory.pressedTextColor = RGBA_Bytes.White;
|
||||
textImageButtonFactory.AllowThemeToAdjustImage = false;
|
||||
|
||||
textImageButtonFactory.borderWidth = -1;
|
||||
textImageButtonFactory.borderWidth = 1;
|
||||
textImageButtonFactory.normalBorderColor = new RGBA_Bytes(255,255,255, 100);
|
||||
textImageButtonFactory.hoverBorderColor = new RGBA_Bytes(255,255,255, 100);
|
||||
textImageButtonFactory.disabledFillColor = ActiveTheme.Instance.PrimaryAccentColor;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue