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:
John Lewin 2019-05-24 09:03:27 -07:00 committed by jlewin
parent 2dd4e27c1f
commit c02909b604
4 changed files with 43 additions and 47 deletions

View file

@ -365,7 +365,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
Margin = new BorderDouble(top: 10)
});
#endif
}
public void UpdateStyle()