Make the "Home" button in library left aligned.
Show tool tip in library
This commit is contained in:
parent
7bfce4367a
commit
d1db7dc217
2 changed files with 20 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue