mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 06:29:35 +02:00
IDE, 'Searching ...' dialog: don't show acceleration chars in searched expression
git-svn-id: trunk@31842 -
This commit is contained in:
parent
da7bc9d8ad
commit
be9d40824b
@ -32,6 +32,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
Top = 91
|
||||
Width = 1
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
end
|
||||
object MatchesLabel: TLabel
|
||||
AnchorSideTop.Control = SearchingLabel
|
||||
@ -52,6 +53,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
Top = 59
|
||||
Width = 1
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
end
|
||||
object SearchingLabel: TLabel
|
||||
AnchorSideTop.Control = SearchTextLabel
|
||||
@ -82,6 +84,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
Top = 27
|
||||
Width = 1
|
||||
ParentColor = False
|
||||
ShowAccelChar = False
|
||||
end
|
||||
object btnCancel: TBitBtn
|
||||
AnchorSideLeft.Control = Panel2
|
||||
|
Loading…
Reference in New Issue
Block a user