mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:20:26 +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
|
Width = 463
|
||||||
AxisList = <
|
AxisList = <
|
||||||
item
|
item
|
||||||
|
Minors = <>
|
||||||
Title.LabelFont.Orientation = 900
|
Title.LabelFont.Orientation = 900
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Alignment = calBottom
|
Alignment = calBottom
|
||||||
|
Minors = <>
|
||||||
end>
|
end>
|
||||||
Foot.Brush.Color = clBtnFace
|
Foot.Brush.Color = clBtnFace
|
||||||
Foot.Font.Color = clBlue
|
Foot.Font.Color = clBlue
|
||||||
@ -92,7 +94,7 @@ object Form1: TForm1
|
|||||||
Height = 31
|
Height = 31
|
||||||
Top = 4
|
Top = 4
|
||||||
Width = 245
|
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
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object ChartNavPanel1: TChartNavPanel
|
object ChartNavPanel1: TChartNavPanel
|
||||||
|
Loading…
Reference in New Issue
Block a user