Added readme.md and fixed legacy font usage in the editor.

This commit is contained in:
Justin Marshall
2026-05-04 10:20:07 -07:00
parent 6a21513a54
commit b00ebfd9d9
13 changed files with 130 additions and 55 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CLIPCHILDREN |
WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
EXSTYLE WS_EX_APPWINDOW
CAPTION "Declaration Editor"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
FONT 8, "Segoe UI", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "Save",IDOK,260,216,42,14
PUSHBUTTON "Cancel",IDCANCEL,306,216,42,14