Put in many more tool tips.
This commit is contained in:
parent
d62a5f7fce
commit
0ef5747ca9
13 changed files with 69 additions and 70 deletions
|
|
@ -180,6 +180,7 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
if (OemSettings.Instance.ShowShopButton)
|
||||
{
|
||||
shopButton = textImageButtonFactory.Generate(LocalizedString.Get("Buy Materials"), "icon_shopping_cart_32x32.png");
|
||||
shopButton.ToolTipText = "Shop online for printing materials".Localize();
|
||||
buttonPanel1.AddChild(shopButton);
|
||||
shopButton.Margin = new BorderDouble(0, 0, 3, 0);
|
||||
shopButton.Click += (sender, e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue