Change cancel button text to Close

- Issue MatterHackers/MCCentral#4390
Settings cancel button should be close or ok
This commit is contained in:
John Lewin 2018-10-26 22:44:18 -07:00
parent 27fb7557f6
commit 84ed535dc2

View file

@ -55,6 +55,8 @@ namespace MatterHackers.MatterControl
this.WindowTitle = this.HeaderText = "MatterControl " + "Settings".Localize();
this.WindowSize = new Vector2(700 * GuiWidget.DeviceScale, 600 * GuiWidget.DeviceScale);
this.SetCancelButtonText("Close".Localize());
contentRow.Padding = theme.DefaultContainerPadding;
contentRow.Padding = contentRow.Padding.Clone(top: 0);