From 6aae09eea9466b07a4d5c19ca8b293c572735601 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 16 Feb 2024 01:46:54 +0100 Subject: [PATCH] increase dropdowncount --- config/ConfigFormUnit.dfm | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/ConfigFormUnit.dfm b/config/ConfigFormUnit.dfm index 7bcdc25..786a72b 100644 --- a/config/ConfigFormUnit.dfm +++ b/config/ConfigFormUnit.dfm @@ -3539,7 +3539,7 @@ object ConfigForm: TConfigForm BevelInner = bvNone BevelOuter = bvSpace Style = csDropDownList - DropDownCount = 11 + DropDownCount = 12 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 @@ -3549,17 +3549,17 @@ object ConfigForm: TConfigForm TabOrder = 6 OnChange = PresentationCbxChange Items.Strings = ( - '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)' - '1280x800 (16:10)') + '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)' + '1280x800 (16:10)') end end object MenuPnl: TPanel