Upgrading to .net 6
This commit is contained in:
parent
738c6e20ea
commit
32a192c2b8
155 changed files with 2030 additions and 2536 deletions
|
|
@ -105,7 +105,7 @@ namespace MatterHackers.MatterControl
|
|||
movementSpeed = movementSpeed / 60.0; // Convert from mm/min to mm/s
|
||||
}
|
||||
|
||||
var valueEdit = new MHNumberEdit(movementSpeed, theme, minValue: 0, pixelWidth: 60 * GuiWidget.DeviceScale, tabIndex: tab_index++, allowDecimals: true)
|
||||
var valueEdit = new ThemedNumberEdit(movementSpeed, theme, minValue: 0, pixelWidth: 60 * GuiWidget.DeviceScale, tabIndex: tab_index++, allowDecimals: true)
|
||||
{
|
||||
Margin = 3
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue