Docked form editor: Remove a default 'Panel1' caption from the settings GUI. Issue #41617, patch by Don Siders.

This commit is contained in:
Juha 2025-05-06 09:48:58 +03:00
parent d611e0c2a3
commit b8bd7e510b

View File

@ -35,7 +35,6 @@ object FrameDockedOptions: TFrameDockedOptions
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BevelOuter = bvNone
Caption = 'Panel1'
ClientHeight = 470
ClientWidth = 565
TabOrder = 1