LazReport, function and function parameters dialogs, fix difficult to read info about function and function parameters if the hint window color is too dark

git-svn-id: trunk@46298 -
This commit is contained in:
jesus 2014-09-22 22:30:56 +00:00
parent dce8e4a1c2
commit b705717697
2 changed files with 4 additions and 0 deletions

View File

@ -54,7 +54,9 @@ object LR_FunctEditorForm: TLR_FunctEditorForm
Align = alClient
Caption = 'Label2'
Color = clInfoBk
Font.Color = clInfoText
ParentColor = False
ParentFont = False
Transparent = False
WordWrap = True
end

View File

@ -41,7 +41,9 @@ object LR_FunctEditor1Form: TLR_FunctEditor1Form
Align = alClient
Caption = 'Label2'
Color = clInfoBk
Font.Color = clInfoText
ParentColor = False
ParentFont = False
Transparent = False
WordWrap = True
end