mbColorLib: Fix minor layout issue in fulldemo.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8660 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-12-23 10:44:43 +00:00
parent 01c65bd648
commit e8f3ec64b1

View File

@ -9,7 +9,6 @@ object Form1: TForm1
Font.Color = clWindowText
OnCreate = FormCreate
ShowHint = True
LCLVersion = '2.3.0.0'
object PageControl1: TPageControl
Left = 6
Height = 404
@ -116,8 +115,8 @@ object Form1: TForm1
AnchorSideTop.Control = CbMarker
AnchorSideTop.Side = asrCenter
Left = 284
Height = 20
Top = 352
Height = 19
Top = 353
Width = 99
Anchors = [akTop, akLeft, akBottom]
BorderSpacing.Left = 24
@ -686,7 +685,7 @@ object Form1: TForm1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Button5
Left = 237
Height = 347
Height = 341
Top = 0
Width = 230
Anchors = [akTop, akLeft, akRight, akBottom]
@ -698,7 +697,7 @@ object Form1: TForm1
AnchorSideRight.Control = Bevel1
AnchorSideBottom.Control = Button5
Left = 0
Height = 347
Height = 341
Top = 0
Width = 229
InfoLabelText = 'Color Values:'
@ -719,6 +718,7 @@ object Form1: TForm1
Width = 151
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 6
BorderSpacing.Bottom = 4
Caption = 'Add colors from palette'
OnClick = Button5Click