Improve message
This commit is contained in:
parent
30393c84b0
commit
f5d575dec7
1 changed files with 2 additions and 1 deletions
|
|
@ -108,7 +108,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab
|
|||
VAnchor = VAnchor.Absolute,
|
||||
HAnchor = HAnchor.Right,
|
||||
BackgroundColor = theme.MinimalShade,
|
||||
Margin = new BorderDouble(right: leftRightMargin)
|
||||
Margin = new BorderDouble(right: leftRightMargin),
|
||||
ToolTipText = "Open settings options menu".Localize()
|
||||
};
|
||||
moreButton.Click += (s, e1) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue