mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: About dialog - close button position
This commit is contained in:
parent
585e804c10
commit
d80d94ef3e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ object frmAbout: TfrmAbout
|
|||
Caption = 'About'
|
||||
ClientHeight = 400
|
||||
ClientWidth = 667
|
||||
Constraints.MinHeight = 400
|
||||
Constraints.MinWidth = 667
|
||||
KeyPreview = True
|
||||
Position = poOwnerFormCenter
|
||||
|
|
@ -106,6 +105,7 @@ object frmAbout: TfrmAbout
|
|||
ChildSizing.ControlsPerLine = 1
|
||||
ClientHeight = 253
|
||||
ClientWidth = 121
|
||||
Constraints.MinHeight = 334
|
||||
ParentFont = False
|
||||
TabOrder = 1
|
||||
object imgLogo: TImage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue