- Added flat-mode settings to toggle height display

This commit is contained in:
2009-12-05 17:37:33 +01:00
parent be3f8c05df
commit 4280db3f7e
2 changed files with 25 additions and 5 deletions

View File

@@ -961,14 +961,14 @@ object frmMain: TfrmMain
OnClick = tbStaticsClick
end
object tbSeparator5: TToolButton
Left = 403
Left = 415
Top = 2
Width = 17
Caption = 'tbSeparator5'
Style = tbsDivider
end
object tbRadarMap: TToolButton
Left = 420
Left = 432
Hint = 'Radar Map'
Top = 2
Caption = 'Radar Map'
@@ -993,7 +993,8 @@ object frmMain: TfrmMain
Left = 380
Top = 2
Action = acFlat
Style = tbsCheck
DropdownMenu = pmFlatViewSettings
Style = tbsDropDown
end
object tbNoDraw: TToolButton
Left = 357
@@ -2610,4 +2611,13 @@ object frmMain: TfrmMain
OnClick = mnuGrabHueClick
end
end
object pmFlatViewSettings: TPopupMenu
left = 368
top = 136
object mnuFlatShowHeight: TMenuItem
AutoCheck = True
Caption = 'Show Height'
OnClick = mnuFlatShowHeightClick
end
end
end