ordering primitives
refactoring
This commit is contained in:
parent
4da3ace092
commit
06baf2a1b1
17 changed files with 66 additions and 69 deletions
|
|
@ -905,7 +905,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
};
|
||||
detailsLink.Click += (s, e) =>
|
||||
{
|
||||
ApplicationController.Instance.LaunchBrowser(url);
|
||||
ApplicationController.LaunchBrowser(url);
|
||||
};
|
||||
theme.ApplyPrimaryActionStyle(detailsLink);
|
||||
|
||||
|
|
@ -923,7 +923,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
};
|
||||
detailsLink.Click += (s, e) =>
|
||||
{
|
||||
ApplicationController.Instance.LaunchBrowser(unlockLink.Url);
|
||||
ApplicationController.LaunchBrowser(unlockLink.Url);
|
||||
};
|
||||
|
||||
// website row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue