Move properties into base
This commit is contained in:
parent
248ae2aa48
commit
56e1d1a6a1
2 changed files with 7 additions and 9 deletions
|
|
@ -628,14 +628,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
bool placeFieldInDedicatedRow = false;
|
||||
|
||||
bool fullRowSelect = settingData.DataEditType == SliceSettingData.DataEditTypes.CHECK_BOX;
|
||||
var settingsRow = new SliceSettingsRow(printer, settingsContext, settingData, textColor, theme, fullRowSelect: fullRowSelect)
|
||||
{
|
||||
HAnchor = HAnchor.Stretch,
|
||||
VAnchor = VAnchor.Fit,
|
||||
MinimumSize = new Vector2(0, theme.ButtonHeight),
|
||||
Border = new BorderDouble(bottom: 1),
|
||||
BorderColor = theme.GetBorderColor((theme.Colors.IsDarkTheme) ? 3 : 5)
|
||||
};
|
||||
var settingsRow = new SliceSettingsRow(printer, settingsContext, settingData, textColor, theme, fullRowSelect: fullRowSelect);
|
||||
|
||||
{
|
||||
switch (settingData.DataEditType)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue