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]
|
BorderIcons = [biSystemMenu, biMinimize]
|
||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
Caption = 'cnc-ddraw config'
|
Caption = 'cnc-ddraw config'
|
||||||
ClientHeight = 477
|
ClientHeight = 476
|
||||||
ClientWidth = 741
|
ClientWidth = 741
|
||||||
Color = clHotLight
|
Color = clHotLight
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
|
|
Loading…
Reference in a new issue