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

@ -59,6 +59,7 @@ namespace MatterHackers.MatterControl
linkButtonFactory.fontSize = 8;
Button signInLink = linkButtonFactory.Generate("(Sign Out)");
signInLink.ToolTipText = "Sign in to your MatterControl account".Localize();
signInLink.VAnchor = Agg.UI.VAnchor.ParentCenter;
signInLink.Margin = new BorderDouble(top: 0);