mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
fix config width
This commit is contained in:
parent
559234e775
commit
64ee681f43
@ -5,7 +5,7 @@ object ConfigForm: TConfigForm
|
|||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
Caption = 'cnc-ddraw config'
|
Caption = 'cnc-ddraw config'
|
||||||
ClientHeight = 477
|
ClientHeight = 477
|
||||||
ClientWidth = 731
|
ClientWidth = 741
|
||||||
Color = clHotLight
|
Color = clHotLight
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
@ -279,12 +279,6 @@
|
|||||||
<Platform Name="Win32">
|
<Platform Name="Win32">
|
||||||
<Overwrite>true</Overwrite>
|
<Overwrite>true</Overwrite>
|
||||||
</Platform>
|
</Platform>
|
||||||
<DeployFile LocalName="Resources\IT.png" Configuration="Release" Class="ProjectFile">
|
|
||||||
<Platform Name="Win32">
|
|
||||||
<RemoteDir>.\</RemoteDir>
|
|
||||||
<Overwrite>true</Overwrite>
|
|
||||||
</Platform>
|
|
||||||
</DeployFile>
|
|
||||||
</DeployFile>
|
</DeployFile>
|
||||||
<DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule"/>
|
<DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule"/>
|
||||||
<DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule"/>
|
<DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user