1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

increase dropdowncount

This commit is contained in:
FunkyFr3sh 2024-02-16 01:46:54 +01:00
parent de2e3bb266
commit 6aae09eea9

View File

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