mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
fix default theme
This commit is contained in:
parent
e537530f99
commit
9de2c045a7
@ -6,7 +6,7 @@ object ConfigForm: TConfigForm
|
|||||||
Caption = 'cnc-ddraw config'
|
Caption = 'cnc-ddraw config'
|
||||||
ClientHeight = 476
|
ClientHeight = 476
|
||||||
ClientWidth = 741
|
ClientWidth = 741
|
||||||
Color = clHotLight
|
Color = clMenu
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
Font.Height = -11
|
Font.Height = -11
|
||||||
@ -3270,6 +3270,8 @@ object ConfigForm: TConfigForm
|
|||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
Visible = False
|
Visible = False
|
||||||
StyleElements = [seFont, seBorder]
|
StyleElements = [seFont, seBorder]
|
||||||
|
ExplicitWidth = 495
|
||||||
|
ExplicitHeight = 464
|
||||||
object ToggleWindowedLbl: TLabel
|
object ToggleWindowedLbl: TLabel
|
||||||
Left = 40
|
Left = 40
|
||||||
Top = 27
|
Top = 27
|
||||||
@ -3503,7 +3505,7 @@ object ConfigForm: TConfigForm
|
|||||||
Height = 465
|
Height = 465
|
||||||
Anchors = [akLeft, akTop, akBottom]
|
Anchors = [akLeft, akTop, akBottom]
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
Color = clHotLight
|
Color = clMenu
|
||||||
ParentBackground = False
|
ParentBackground = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ExplicitHeight = 464
|
ExplicitHeight = 464
|
||||||
@ -3519,7 +3521,7 @@ object ConfigForm: TConfigForm
|
|||||||
Caption = 'Display Settings'
|
Caption = 'Display Settings'
|
||||||
Flat = True
|
Flat = True
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWhite
|
Font.Color = clBlack
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
Font.Name = 'Segoe UI'
|
Font.Name = 'Segoe UI'
|
||||||
Font.Style = []
|
Font.Style = []
|
||||||
@ -3535,7 +3537,7 @@ object ConfigForm: TConfigForm
|
|||||||
Caption = 'Advanced Settings'
|
Caption = 'Advanced Settings'
|
||||||
Flat = True
|
Flat = True
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWhite
|
Font.Color = clBlack
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
Font.Name = 'Segoe UI'
|
Font.Name = 'Segoe UI'
|
||||||
Font.Style = []
|
Font.Style = []
|
||||||
@ -3551,7 +3553,7 @@ object ConfigForm: TConfigForm
|
|||||||
Caption = 'Compatibility Settings'
|
Caption = 'Compatibility Settings'
|
||||||
Flat = True
|
Flat = True
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWhite
|
Font.Color = clBlack
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
Font.Name = 'Segoe UI'
|
Font.Name = 'Segoe UI'
|
||||||
Font.Style = []
|
Font.Style = []
|
||||||
@ -3567,7 +3569,7 @@ object ConfigForm: TConfigForm
|
|||||||
Caption = 'Hotkey Settings'
|
Caption = 'Hotkey Settings'
|
||||||
Flat = True
|
Flat = True
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWhite
|
Font.Color = clBlack
|
||||||
Font.Height = -16
|
Font.Height = -16
|
||||||
Font.Name = 'Segoe UI'
|
Font.Name = 'Segoe UI'
|
||||||
Font.Style = []
|
Font.Style = []
|
||||||
|
@ -299,11 +299,11 @@
|
|||||||
<DeployFile LocalName="Resources\CN.png" Configuration="Release" Class="ProjectFile"/>
|
<DeployFile LocalName="Resources\CN.png" Configuration="Release" Class="ProjectFile"/>
|
||||||
<DeployFile LocalName="Resources\DE.png" Configuration="Release" Class="ProjectFile"/>
|
<DeployFile LocalName="Resources\DE.png" Configuration="Release" Class="ProjectFile"/>
|
||||||
<DeployFile LocalName="Resources\ES.png" Configuration="Release" Class="ProjectFile"/>
|
<DeployFile LocalName="Resources\ES.png" Configuration="Release" Class="ProjectFile"/>
|
||||||
|
<DeployFile LocalName="Resources\IT.png" Configuration="Release" Class="ProjectFile"/>
|
||||||
<DeployFile LocalName="Resources\RU.png" Configuration="Release" Class="ProjectFile"/>
|
<DeployFile LocalName="Resources\RU.png" Configuration="Release" Class="ProjectFile"/>
|
||||||
<DeployFile LocalName="Resources\US.png" Configuration="Release" Class="ProjectFile"/>
|
<DeployFile LocalName="Resources\US.png" Configuration="Release" Class="ProjectFile"/>
|
||||||
<DeployFile LocalName="Resources\fr.png" Configuration="Release" Class="ProjectFile"/>
|
<DeployFile LocalName="Resources\fr.png" Configuration="Release" Class="ProjectFile"/>
|
||||||
<DeployFile LocalName="Resources\hu.png" Configuration="Release" Class="ProjectFile"/>
|
<DeployFile LocalName="Resources\hu.png" Configuration="Release" Class="ProjectFile"/>
|
||||||
<DeployFile LocalName="Resources\IT.png" Configuration="Release" Class="ProjectFile"/>
|
|
||||||
<DeployClass Name="AdditionalDebugSymbols">
|
<DeployClass Name="AdditionalDebugSymbols">
|
||||||
<Platform Name="iOSSimulator">
|
<Platform Name="iOSSimulator">
|
||||||
<Operation>1</Operation>
|
<Operation>1</Operation>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user