Remove custom alpha constructor
This commit is contained in:
parent
fd793e076a
commit
39c42743cc
3 changed files with 4 additions and 4 deletions
|
|
@ -61,7 +61,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
public HorizontalLine CreateHorizontalLine()
|
||||
{
|
||||
var line = new HorizontalLine(20, theme: ApplicationController.Instance.MenuTheme)
|
||||
var line = new HorizontalLine(theme: ApplicationController.Instance.MenuTheme)
|
||||
{
|
||||
Margin = new BorderDouble(theme.MenuGutterWidth - 8, 1, 8, 1),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue