user 64 bit if available
Short product name support
This commit is contained in:
parent
67822f0675
commit
dcecdde4a2
4 changed files with 4 additions and 3 deletions
|
|
@ -739,6 +739,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
public string PrintingItemName { get; set; }
|
||||
|
||||
public string ShortProductName => "MatterControl";
|
||||
public string ProductName => "MatterHackers: MatterControl";
|
||||
|
||||
public string ThumbnailCachePath(ILibraryItem libraryItem)
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
buttonView.AddChild(iconContainer);
|
||||
|
||||
buttonView.AddChild(new TextWidget(ApplicationController.Instance.ProductName, textColor: ActiveTheme.Instance.PrimaryTextColor)
|
||||
buttonView.AddChild(new TextWidget(ApplicationController.Instance.ShortProductName, textColor: ActiveTheme.Instance.PrimaryTextColor)
|
||||
{
|
||||
Margin = 0,
|
||||
VAnchor = VAnchor.Center
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 009146569532dec83235387e992344a282c28b56
|
||||
Subproject commit 70b0c252a45060722cec0354b87a3e5eb99d790f
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit e7498944db2b82f98930dd39aaf56afe39567f0c
|
||||
Subproject commit bc4fc6c2a0c1191522097840390e1a7a687e14fd
|
||||
Loading…
Add table
Add a link
Reference in a new issue