fix config height
This commit is contained in:
parent
88e243b91d
commit
638150ad25
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ object ConfigForm: TConfigForm
|
|||
BorderIcons = [biSystemMenu, biMinimize]
|
||||
BorderStyle = bsSingle
|
||||
Caption = 'cnc-ddraw config'
|
||||
ClientHeight = 477
|
||||
ClientHeight = 476
|
||||
ClientWidth = 741
|
||||
Color = clHotLight
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
|
|
Loading…
Reference in a new issue