diff --git a/src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/Dialogs/NewCsharpFileDialog.tscn b/src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/Dialogs/NewCsharpFileDialog.tscn index f9817be..743a27d 100644 --- a/src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/Dialogs/NewCsharpFileDialog.tscn +++ b/src/SharpIDE.Godot/Features/SolutionExplorer/ContextMenus/Dialogs/NewCsharpFileDialog.tscn @@ -5,6 +5,7 @@ [node name="NewCsharpFileDialog" type="ConfirmationDialog"] oversampling_override = 1.0 title = "Create new C# file" +position = Vector2i(0, 36) size = Vector2i(350, 230) visible = true script = ExtResource("1_fod37") diff --git a/src/SharpIDE.Godot/SharpIDE.Godot.csproj b/src/SharpIDE.Godot/SharpIDE.Godot.csproj index 9bf79aa..53919ca 100644 --- a/src/SharpIDE.Godot/SharpIDE.Godot.csproj +++ b/src/SharpIDE.Godot/SharpIDE.Godot.csproj @@ -1,4 +1,4 @@ - + net10.0 true diff --git a/tools/AppHost/Properties/launchSettings.json b/tools/AppHost/Properties/launchSettings.json index 8282184..c92322c 100644 --- a/tools/AppHost/Properties/launchSettings.json +++ b/tools/AppHost/Properties/launchSettings.json @@ -11,7 +11,7 @@ "DOTNET_ENVIRONMENT": "Development", "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21295", "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22130", - "GODOT": "C:/Users/Matthew/Documents/Godot/4.5/Godot_v4.5-stable_mono_win64.exe" + "GODOT": "C:/Users/Matthew/Documents/Godot/4.5.1/Godot_v4.5.1-stable_mono_win64.exe" } } }