mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:18:48 +02:00
IDE: search status form: disable panel TabStop
git-svn-id: trunk@53370 -
This commit is contained in:
parent
870a757670
commit
0bf9e1867b
@ -12,7 +12,7 @@ object SearchProgressForm: TSearchProgressForm
|
||||
OnDestroy = SearchFormDESTROY
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.7'
|
||||
Visible = True
|
||||
object Panel2: TPanel
|
||||
Left = 0
|
||||
@ -25,7 +25,6 @@ object SearchProgressForm: TSearchProgressForm
|
||||
ClientWidth = 700
|
||||
FullRepaint = False
|
||||
TabOrder = 0
|
||||
TabStop = True
|
||||
object lblMatches: TLabel
|
||||
AnchorSideTop.Control = MatchesLabel
|
||||
AnchorSideTop.Side = asrCenter
|
||||
|
Loading…
Reference in New Issue
Block a user