Extract trailing colons
This commit is contained in:
parent
40b43b16b8
commit
2cfd11d104
9 changed files with 20 additions and 20 deletions
|
|
@ -117,7 +117,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
};
|
||||
|
||||
// Add label
|
||||
topRow.AddChild(new TextWidget("Preset Name:".Localize(), pointSize: 14)
|
||||
topRow.AddChild(new TextWidget("Preset Name".Localize() + ":", pointSize: 14)
|
||||
{
|
||||
TextColor = ActiveTheme.Instance.PrimaryTextColor,
|
||||
VAnchor = VAnchor.Center,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue