Put in many more tool tips.
This commit is contained in:
parent
d62a5f7fce
commit
0ef5747ca9
13 changed files with 69 additions and 70 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue