All buttons switch to agg themed buttons
This commit is contained in:
parent
02be841100
commit
3307e204ee
79 changed files with 218 additions and 881 deletions
|
|
@ -505,7 +505,7 @@ namespace MatterHackers.MatterControl
|
|||
progressPanel.AddChild(
|
||||
new TextWidget(ex.Message, pointSize: theme.FontSize9, textColor: errorTextColor));
|
||||
|
||||
var closeButton = new TextButton("Close", theme)
|
||||
var closeButton = new ThemedTextButton("Close", theme)
|
||||
{
|
||||
BackgroundColor = theme.SlightShade,
|
||||
HAnchor = HAnchor.Right,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue