mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 15:56:07 +02:00
TAChart: Update listbox demo to demonstrate TChartListbox background color and item height
git-svn-id: trunk@34047 -
This commit is contained in:
parent
4316235320
commit
57c9714520
@ -116,7 +116,8 @@ object Form1: TForm1
|
||||
OnPopulate = ChartListboxPopulate
|
||||
OnSeriesIconDblClick = ChartListboxSeriesIconDblClick
|
||||
Align = alClient
|
||||
ItemHeight = 0
|
||||
Color = clInfoBk
|
||||
ItemHeight = 20
|
||||
TabOrder = 2
|
||||
end
|
||||
end
|
||||
|
@ -57,7 +57,7 @@
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
@ -66,8 +66,6 @@
|
||||
</SearchPaths>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<GenerateDebugInfo Value="True"/>
|
||||
<DebugInfoType Value="dsAuto"/>
|
||||
<StripSymbols Value="True"/>
|
||||
</Debugging>
|
||||
<Options>
|
||||
|
Loading…
Reference in New Issue
Block a user