TextImageButtons now uses theme for default text.
This commit is contained in:
parent
0cc849d2a7
commit
8685ce5513
1 changed files with 4 additions and 4 deletions
|
|
@ -151,10 +151,10 @@ namespace MatterHackers.MatterControl
|
|||
public RGBA_Bytes pressedBorderColor = new RGBA_Bytes(0, 0, 0, 0);
|
||||
public RGBA_Bytes disabledBorderColor = new RGBA_Bytes(0, 0, 0, 0);
|
||||
|
||||
public RGBA_Bytes normalTextColor = RGBA_Bytes.White;
|
||||
public RGBA_Bytes hoverTextColor = RGBA_Bytes.White;
|
||||
public RGBA_Bytes pressedTextColor = RGBA_Bytes.White;
|
||||
public RGBA_Bytes disabledTextColor = RGBA_Bytes.White;
|
||||
public RGBA_Bytes normalTextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
public RGBA_Bytes hoverTextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
public RGBA_Bytes pressedTextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
public RGBA_Bytes disabledTextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
public int fontSize = 12;
|
||||
public double borderWidth = 1;
|
||||
public bool invertImageLocation = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue