add new resolution settings

This commit is contained in:
FunkyFr3sh 2024-02-16 01:45:41 +01:00
parent 93c6e120b6
commit de2e3bb266
2 changed files with 15 additions and 11 deletions

View file

@ -3539,6 +3539,7 @@ object ConfigForm: TConfigForm
BevelInner = bvNone
BevelOuter = bvSpace
Style = csDropDownList
DropDownCount = 11
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
@ -3548,14 +3549,17 @@ object ConfigForm: TConfigForm
TabOrder = 6
OnChange = PresentationCbxChange
Items.Strings = (
'640x480 (4:3)'
'800x608 (4:3)'
'832x480 (16:9)'
'960x544 (16:9)'
'640x480 (4:3)'
'800x608 (4:3)'
'1024x768 (4:3)'
'832x480 (16:9)'
'960x544 (16:9)'
'1280x704 (16:9)'
'1120x480 (21:9)'
'1280x544 (21:9)'
'768x480 (16:10)'
'960x608 (16:10)')
'768x480 (16:10)'
'960x608 (16:10)'
'1280x800 (16:10)')
end
end
object MenuPnl: TPanel