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
|
Left = 0
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 233
|
Width = 233
|
||||||
Height = 465
|
Height = 468
|
||||||
Anchors = [akLeft, akTop, akBottom]
|
Anchors = [akLeft, akTop, akBottom]
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
Color = clMenu
|
Color = clMenu
|
||||||
ParentBackground = False
|
ParentBackground = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
ExplicitHeight = 464
|
ExplicitHeight = 467
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
233
|
233
|
||||||
465)
|
468)
|
||||||
object DisplayBtn: TSpeedButton
|
object DisplayBtn: TSpeedButton
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 8
|
Top = 8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue