mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 22:29:37 +02:00
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:
parent
dce8e4a1c2
commit
b705717697
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user