Put in many more tool tips.

This commit is contained in:
Lars Brubaker 2015-08-12 13:16:39 -07:00
parent d62a5f7fce
commit 0ef5747ca9
13 changed files with 69 additions and 70 deletions

View file

@ -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) =>