Skip to content

Commit

Permalink
Update the about box
Browse files Browse the repository at this point in the history
  • Loading branch information
chreden committed May 8, 2024
1 parent 845b22b commit d77b4b1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions trview.app/Resources/trview.app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ END
// Dialog
//

IDD_ABOUTBOX DIALOGEX 0, 0, 220, 130
IDD_ABOUTBOX DIALOGEX 0, 0, 220, 160
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About trview"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
Expand All @@ -118,9 +118,11 @@ Uses DirectXTK (MIT)\r\n\
Uses zlib (zlib)\r\n\
Uses nlohmann/json (MIT)\r\n\
Uses Dear ImGui (MIT)\r\n\
Based on the information in TRosettaStone3 - https://github.com/opentomb/TRosettaStone3\
\r\n\r\n",IDC_STATIC,42,38,200,70
DEFPUSHBUTTON "OK", IDOK, 134, 108, 50, 14, WS_GROUP
Based on the information in TRosettaStone3 - https://github.com/opentomb/TRosettaStone3\r\n",IDC_STATIC,42,38,200,150
LTEXT "Portions of this software are copyright � 2023\r\n\
The FreeType Project (www.freetype.org). All rights reserved.\
\r\n\r\n",IDC_STATIC,42,100,200,50
DEFPUSHBUTTON "OK", IDOK, 134, 140, 50, 14, WS_GROUP
END


Expand Down

0 comments on commit d77b4b1

Please sign in to comment.