From 22e1ade7d479abafe472b057030efd9b58aabb0d Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Fri, 24 May 2019 22:39:47 +0000 Subject: [PATCH] jvcllaz: Minor improvement of color usage of TJvWizard demo for Linux git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6935 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/jvcllaz/examples/JvWizard/uformmain.lfm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/jvcllaz/examples/JvWizard/uformmain.lfm b/components/jvcllaz/examples/JvWizard/uformmain.lfm index 2162e0860..4fe95c7e5 100644 --- a/components/jvcllaz/examples/JvWizard/uformmain.lfm +++ b/components/jvcllaz/examples/JvWizard/uformmain.lfm @@ -3,7 +3,6 @@ object Form1: TForm1 Height = 336 Top = 212 Width = 477 - ActiveControl = JvWizardWelcomePage1 Caption = 'JvWizard demo' ClientHeight = 336 ClientWidth = 477 @@ -13,7 +12,7 @@ object Form1: TForm1 Height = 336 Top = 0 Width = 477 - ActivePage = JvWizardWelcomePage1 + ActivePage = JvWizardInteriorPage4 ButtonBarHeight = 42 ButtonStart.Caption = 'To &Start Page' ButtonStart.NumGlyphs = 1 @@ -3048,7 +3047,10 @@ object Form1: TForm1 Height = 294 Top = 0 Width = 145 + Color = clBlack Font.Color = clWhite + NodeColors.Line = clMedGray + NodeColors.Disabled = clSilver end end object ImageList1: TImageList