Make the "Home" button in library left aligned.

Show tool tip in library
This commit is contained in:
Lars Brubaker 2015-08-27 15:17:44 -07:00
parent 7bfce4367a
commit d1db7dc217
2 changed files with 20 additions and 6 deletions

View file

@ -110,6 +110,7 @@ namespace MatterHackers.MatterControl
this.BackgroundColor = normalBackgroundColor;
this.Cursor = Cursors.Hand;
this.ToolTipText = "Click to show in 3D View".Localize();
// set background images
if (noThumbnailImage.Width == 0)