mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 22:20:24 +02:00
TAChart: Fix typo in the navigation demo
git-svn-id: trunk@31988 -
This commit is contained in:
parent
20ac7ef34a
commit
173ae2f758
@ -15,10 +15,12 @@ object Form1: TForm1
|
||||
Width = 463
|
||||
AxisList = <
|
||||
item
|
||||
Minors = <>
|
||||
Title.LabelFont.Orientation = 900
|
||||
end
|
||||
item
|
||||
Alignment = calBottom
|
||||
Minors = <>
|
||||
end>
|
||||
Foot.Brush.Color = clBtnFace
|
||||
Foot.Font.Color = clBlue
|
||||
@ -92,7 +94,7 @@ object Form1: TForm1
|
||||
Height = 31
|
||||
Top = 4
|
||||
Width = 245
|
||||
Caption = 'Left-drag to zoom,'#13#10'right-drag on both map and navpanel to pan'
|
||||
Caption = 'Left-drag to zoom,'#13#10'right-drag on both chart and navpanel to pan'
|
||||
TabOrder = 0
|
||||
end
|
||||
object ChartNavPanel1: TChartNavPanel
|
||||
|
Loading…
Reference in New Issue
Block a user