Remove ellipses from Export button
This commit is contained in:
parent
cf26b9de5f
commit
921fe77285
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ namespace MatterHackers.MatterControl
|
|||
};
|
||||
footerRow.AddChild(clearButton);
|
||||
|
||||
Button exportButton = theme.ButtonFactory.Generate("Export".Localize() + "...");
|
||||
Button exportButton = theme.ButtonFactory.Generate("Export".Localize());
|
||||
exportButton.Margin = theme.ButtonSpacing;
|
||||
exportButton.Click += (s, e) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue