Upgrading to .net 6
This commit is contained in:
parent
738c6e20ea
commit
32a192c2b8
155 changed files with 2030 additions and 2536 deletions
|
|
@ -301,7 +301,7 @@ namespace MatterHackers.MatterControl.EeProm
|
|||
CreateSpacer(row);
|
||||
|
||||
double.TryParse(newSetting.Value, out double currentValue);
|
||||
var valueEdit = new MHNumberEdit(currentValue, theme, pixelWidth: 80 * GuiWidget.DeviceScale, allowNegatives: true, allowDecimals: true)
|
||||
var valueEdit = new ThemedNumberEdit(currentValue, theme, pixelWidth: 80 * GuiWidget.DeviceScale, allowNegatives: true, allowDecimals: true)
|
||||
{
|
||||
SelectAllOnFocus = true,
|
||||
TabIndex = currentTabIndex++,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue