Change cancel button text to Close
- Issue MatterHackers/MCCentral#4390 Settings cancel button should be close or ok
This commit is contained in:
parent
27fb7557f6
commit
84ed535dc2
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue