mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:39:20 +02:00
IDE: do not autosize window width of 'Searching ...' dialog in order to avoid flickering when searched file path is very long
git-svn-id: trunk@31808 -
This commit is contained in:
parent
090ff678ae
commit
f20e9d7256
@ -1,11 +1,10 @@
|
|||||||
object SearchProgressForm: TSearchProgressForm
|
object SearchProgressForm: TSearchProgressForm
|
||||||
Left = 384
|
Left = 384
|
||||||
Height = 149
|
Height = 167
|
||||||
Top = 387
|
Top = 387
|
||||||
Width = 700
|
Width = 700
|
||||||
AutoSize = True
|
|
||||||
Caption = 'Searching....'
|
Caption = 'Searching....'
|
||||||
ClientHeight = 149
|
ClientHeight = 167
|
||||||
ClientWidth = 700
|
ClientWidth = 700
|
||||||
Constraints.MinWidth = 700
|
Constraints.MinWidth = 700
|
||||||
OnCreate = SearchFormCREATE
|
OnCreate = SearchFormCREATE
|
||||||
@ -15,13 +14,12 @@ object SearchProgressForm: TSearchProgressForm
|
|||||||
Visible = True
|
Visible = True
|
||||||
object Panel2: TPanel
|
object Panel2: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 149
|
Height = 167
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 700
|
Width = 700
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSize = True
|
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
ClientHeight = 149
|
ClientHeight = 167
|
||||||
ClientWidth = 700
|
ClientWidth = 700
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -88,14 +86,15 @@ object SearchProgressForm: TSearchProgressForm
|
|||||||
object btnCancel: TBitBtn
|
object btnCancel: TBitBtn
|
||||||
AnchorSideLeft.Control = Panel2
|
AnchorSideLeft.Control = Panel2
|
||||||
AnchorSideLeft.Side = asrCenter
|
AnchorSideLeft.Side = asrCenter
|
||||||
AnchorSideTop.Control = MatchesLabel
|
|
||||||
AnchorSideTop.Side = asrBottom
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
|
AnchorSideBottom.Control = Panel2
|
||||||
AnchorSideBottom.Side = asrBottom
|
AnchorSideBottom.Side = asrBottom
|
||||||
Left = 312
|
Left = 312
|
||||||
Height = 26
|
Height = 26
|
||||||
Top = 110
|
Top = 133
|
||||||
Width = 77
|
Width = 77
|
||||||
|
Anchors = [akLeft, akBottom]
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
BorderSpacing.Top = 12
|
BorderSpacing.Top = 12
|
||||||
BorderSpacing.Bottom = 6
|
BorderSpacing.Bottom = 6
|
||||||
|
Loading…
Reference in New Issue
Block a user