rearrange

This commit is contained in:
Matthew Parker [SSW]
2025-01-11 13:46:37 +10:00
parent 822e9e28ae
commit 52e1f33193
7 changed files with 39 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ public class Program
app.MainWindow
.SetSize(1400, 800)
.SetDevToolsEnabled(true)
.SetMaximized(true)
//.SetMaximized(true)
.SetLogVerbosity(0)
//.SetIconFile("favicon.ico")
.SetTitle("SharpIDE.Photino");