Changed RGBA_Bytes -> Color
This commit is contained in:
parent
c6a3c14118
commit
8d1fecab8c
107 changed files with 495 additions and 495 deletions
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
|
||||
private TextImageButtonFactory buttonFactory;
|
||||
|
||||
private RGBA_Bytes menuTextColor = RGBA_Bytes.Black;
|
||||
private Color menuTextColor = Color.Black;
|
||||
|
||||
public ApplicationSettingsWidget(TextImageButtonFactory buttonFactory)
|
||||
: base(FlowDirection.TopToBottom)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue