fix panel size
This commit is contained in:
parent
e3b60780dc
commit
2f18ca470a
1 changed files with 3 additions and 3 deletions
|
@ -3513,16 +3513,16 @@ object ConfigForm: TConfigForm
|
|||
Left = 0
|
||||
Top = 8
|
||||
Width = 233
|
||||
Height = 465
|
||||
Height = 468
|
||||
Anchors = [akLeft, akTop, akBottom]
|
||||
BevelOuter = bvNone
|
||||
Color = clMenu
|
||||
ParentBackground = False
|
||||
TabOrder = 0
|
||||
ExplicitHeight = 464
|
||||
ExplicitHeight = 467
|
||||
DesignSize = (
|
||||
233
|
||||
465)
|
||||
468)
|
||||
object DisplayBtn: TSpeedButton
|
||||
Left = 0
|
||||
Top = 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue