Make button casing consistent with siblings
This commit is contained in:
parent
5a27f6c547
commit
1322f2591e
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
public class PartColorSettings : PopupButton
|
||||
{
|
||||
public PartColorSettings(IObject3D item, View3DWidget view3DWidget)
|
||||
: base(new TextWidget("Solid".Localize().ToUpper(), 0, 0, 10, textColor: ActiveTheme.Instance.PrimaryTextColor))
|
||||
: base(new TextWidget("Solid".Localize(), 0, 0, 10, textColor: ActiveTheme.Instance.PrimaryTextColor))
|
||||
{
|
||||
this.Name = "Solid Colors";
|
||||
Margin = new BorderDouble(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue