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
|
|
@ -348,7 +348,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
if (settingsSection.Name == "Slice Simple"
|
||||
&& UserSettings.Instance.get(UserSettingsKey.SliceSettingsMoreClicked) != "true")
|
||||
{
|
||||
var button = new TextButton("More".Localize(), theme, 8)
|
||||
var button = new ThemedTextButton("More".Localize(), theme, 8)
|
||||
{
|
||||
VAnchor = VAnchor.Center,
|
||||
BackgroundColor = new Color(theme.AccentMimimalOverlay, 50),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue