1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

fix config width

This commit is contained in:
FunkyFr3sh 2023-08-04 13:02:49 +02:00
parent 559234e775
commit 64ee681f43
2 changed files with 1 additions and 7 deletions

View File

@ -5,7 +5,7 @@ object ConfigForm: TConfigForm
BorderStyle = bsSingle
Caption = 'cnc-ddraw config'
ClientHeight = 477
ClientWidth = 731
ClientWidth = 741
Color = clHotLight
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText

View File

@ -279,12 +279,6 @@
<Platform Name="Win32">
<Overwrite>true</Overwrite>
</Platform>
<DeployFile LocalName="Resources\IT.png" Configuration="Release" Class="ProjectFile">
<Platform Name="Win32">
<RemoteDir>.\</RemoteDir>
<Overwrite>true</Overwrite>
</Platform>
</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\cc32c260mt.dll" Class="DependencyModule"/>