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