Consolidate CreateSettingsRow behavior
- Make theme required - Add overload for creating row with widget reference - Remove overload lacking widget reference - Remove row.AddChild(widget) from callers, use new overload
This commit is contained in:
parent
2dd4e27c1f
commit
c02909b604
4 changed files with 43 additions and 47 deletions
|
|
@ -365,7 +365,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
Margin = new BorderDouble(top: 10)
|
||||
});
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
public void UpdateStyle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue