Made the update available message have a marker on it to make it more visible.
This commit is contained in:
parent
36260d1119
commit
d2f1ba4b22
4 changed files with 10 additions and 4 deletions
|
|
@ -259,7 +259,7 @@ namespace MatterHackers.MatterControl
|
|||
case UpdateControlData.UpdateStatusStates.UpdateDownloading:
|
||||
if (addedUpdateMark == null)
|
||||
{
|
||||
addedUpdateMark = new NotificationWidget();
|
||||
addedUpdateMark = new UpdateNotificationMark();
|
||||
addedUpdateMark.OriginRelativeParent = new Vector2(aboutTabWidget.tabTitle.Width + 3, 7);
|
||||
aboutTabWidget.AddChild(addedUpdateMark);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue