1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-25 01:57:47 +01:00

fix panel size

This commit is contained in:
FunkyFr3sh 2023-08-14 11:06:29 +02:00
parent e3b60780dc
commit 2f18ca470a

View File

@ -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