From 3c5d99ac5721d785237536396f21b1bce339c810 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 4 Aug 2023 12:21:47 +0200 Subject: [PATCH] change theme to workaround c++ builder bug --- config/ConfigFormUnit.dfm | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/config/ConfigFormUnit.dfm b/config/ConfigFormUnit.dfm index 3674d66..38187cc 100644 --- a/config/ConfigFormUnit.dfm +++ b/config/ConfigFormUnit.dfm @@ -2678,7 +2678,6 @@ object ConfigForm: TConfigForm BBBF4CD8CBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCB B88CB18EFF1FA2974C1C31AF16A40000000049454E44AE426082} Position = poDesktopCenter - StyleElements = [seFont, seBorder] OnCreate = FormCreate TextHeight = 13 object AdvancedPnl: TPanel @@ -3252,7 +3251,6 @@ object ConfigForm: TConfigForm Color = clHotLight ParentBackground = False TabOrder = 0 - StyleElements = [seFont, seBorder] DesignSize = ( 201 465) @@ -3266,11 +3264,10 @@ object ConfigForm: TConfigForm Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWhite - Font.Height = -13 + Font.Height = -16 Font.Name = 'Segoe UI' - Font.Style = [fsBold] + Font.Style = [] ParentFont = False - StyleElements = [seClient, seBorder] OnClick = DisplayBtnClick end object AdvancedBtn: TSpeedButton @@ -3283,11 +3280,10 @@ object ConfigForm: TConfigForm Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWhite - Font.Height = -13 + Font.Height = -16 Font.Name = 'Segoe UI' - Font.Style = [fsBold] + Font.Style = [] ParentFont = False - StyleElements = [seClient, seBorder] OnClick = AdvancedBtnClick end object CompatibilityBtn: TSpeedButton @@ -3300,11 +3296,10 @@ object ConfigForm: TConfigForm Flat = True Font.Charset = DEFAULT_CHARSET Font.Color = clWhite - Font.Height = -13 + Font.Height = -16 Font.Name = 'Segoe UI' - Font.Style = [fsBold] + Font.Style = [] ParentFont = False - StyleElements = [seClient, seBorder] OnClick = CompatibilityBtnClick end end