1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-25 01:57:47 +01:00

change theme to workaround c++ builder bug

This commit is contained in:
FunkyFr3sh 2023-08-04 12:21:47 +02:00
parent 08c71bc75f
commit 3c5d99ac57

View File

@ -2678,7 +2678,6 @@ object ConfigForm: TConfigForm
BBBF4CD8CBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCB BBBF4CD8CBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCBB88CCB
B88CB18EFF1FA2974C1C31AF16A40000000049454E44AE426082} B88CB18EFF1FA2974C1C31AF16A40000000049454E44AE426082}
Position = poDesktopCenter Position = poDesktopCenter
StyleElements = [seFont, seBorder]
OnCreate = FormCreate OnCreate = FormCreate
TextHeight = 13 TextHeight = 13
object AdvancedPnl: TPanel object AdvancedPnl: TPanel
@ -3252,7 +3251,6 @@ object ConfigForm: TConfigForm
Color = clHotLight Color = clHotLight
ParentBackground = False ParentBackground = False
TabOrder = 0 TabOrder = 0
StyleElements = [seFont, seBorder]
DesignSize = ( DesignSize = (
201 201
465) 465)
@ -3266,11 +3264,10 @@ object ConfigForm: TConfigForm
Flat = True Flat = True
Font.Charset = DEFAULT_CHARSET Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite Font.Color = clWhite
Font.Height = -13 Font.Height = -16
Font.Name = 'Segoe UI' Font.Name = 'Segoe UI'
Font.Style = [fsBold] Font.Style = []
ParentFont = False ParentFont = False
StyleElements = [seClient, seBorder]
OnClick = DisplayBtnClick OnClick = DisplayBtnClick
end end
object AdvancedBtn: TSpeedButton object AdvancedBtn: TSpeedButton
@ -3283,11 +3280,10 @@ object ConfigForm: TConfigForm
Flat = True Flat = True
Font.Charset = DEFAULT_CHARSET Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite Font.Color = clWhite
Font.Height = -13 Font.Height = -16
Font.Name = 'Segoe UI' Font.Name = 'Segoe UI'
Font.Style = [fsBold] Font.Style = []
ParentFont = False ParentFont = False
StyleElements = [seClient, seBorder]
OnClick = AdvancedBtnClick OnClick = AdvancedBtnClick
end end
object CompatibilityBtn: TSpeedButton object CompatibilityBtn: TSpeedButton
@ -3300,11 +3296,10 @@ object ConfigForm: TConfigForm
Flat = True Flat = True
Font.Charset = DEFAULT_CHARSET Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite Font.Color = clWhite
Font.Height = -13 Font.Height = -16
Font.Name = 'Segoe UI' Font.Name = 'Segoe UI'
Font.Style = [fsBold] Font.Style = []
ParentFont = False ParentFont = False
StyleElements = [seClient, seBorder]
OnClick = CompatibilityBtnClick OnClick = CompatibilityBtnClick
end end
end end