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
|
|
@ -258,7 +258,7 @@ namespace MatterHackers.MatterControl.Tour
|
|||
return new RectangleDouble(0, 0, totalWidth, totalHeight);
|
||||
}
|
||||
|
||||
private class ArrowButton : TextButton
|
||||
private class ArrowButton : ThemedTextButton
|
||||
{
|
||||
public ArrowButton(string text, ArrowDirection arrowDirection, ThemeConfig theme, double pointSize = -1)
|
||||
: base(text, theme, pointSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue