Skip to content

Commit 678c7b8

Browse files
committed
feat: re-enable clickable "Analyze query" label on host > processes
1 parent 7554364 commit 678c7b8

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

source/main.lfm

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1344,30 +1344,48 @@ object MainForm: TMainForm
13441344
ClientWidth = 607
13451345
TabOrder = 0
13461346
object pnlProcessView: TPanel
1347+
AnchorSideRight.Side = asrBottom
13471348
Left = 0
1348-
Height = 14
1349+
Height = 25
13491350
Top = 0
13501351
Width = 607
13511352
Align = alTop
1352-
ClientHeight = 14
1353+
Alignment = taLeftJustify
1354+
AutoSize = True
1355+
BevelOuter = bvNone
1356+
Caption = 'Process SQL:'
1357+
ClientHeight = 25
13531358
ClientWidth = 607
13541359
TabOrder = 0
13551360
object lblExplainProcess: TLabel
1361+
AnchorSideLeft.Control = pnlProcessView
1362+
AnchorSideTop.Control = pnlProcessView
1363+
AnchorSideRight.Control = pnlProcessView
1364+
AnchorSideRight.Side = asrBottom
13561365
Cursor = crHandPoint
1357-
Left = 1
1358-
Height = 12
1359-
Top = 1
1366+
Left = 506
1367+
Height = 15
1368+
Top = 5
13601369
Width = 96
1361-
Align = alLeft
1370+
Anchors = [akTop, akRight]
1371+
BorderSpacing.Around = 5
13621372
Caption = 'Analyze this query'
1373+
OnClick = lblExplainProcessClick
13631374
end
13641375
end
13651376
inline SynMemoProcessView: TSynEdit
1377+
AnchorSideLeft.Control = pnlProcessViewBox
1378+
AnchorSideTop.Control = pnlProcessView
1379+
AnchorSideTop.Side = asrBottom
1380+
AnchorSideRight.Control = pnlProcessViewBox
1381+
AnchorSideRight.Side = asrBottom
1382+
AnchorSideBottom.Control = pnlProcessViewBox
1383+
AnchorSideBottom.Side = asrBottom
13661384
Left = 0
1367-
Height = 41
1368-
Top = 14
1385+
Height = 30
1386+
Top = 25
13691387
Width = 607
1370-
Align = alClient
1388+
Anchors = [akTop, akLeft, akRight, akBottom]
13711389
Font.Height = -10
13721390
Font.Name = 'Courier New'
13731391
Font.Pitch = fpFixed
@@ -1822,14 +1840,14 @@ object MainForm: TMainForm
18221840
Cursor = crVSplit
18231841
Left = 0
18241842
Height = 5
1825-
Top = 111
1843+
Top = 116
18261844
Width = 607
18271845
Align = alBottom
18281846
ResizeAnchor = akBottom
18291847
end
18301848
object ListProcesses: TLazVirtualStringTree
18311849
Left = 0
1832-
Height = 111
1850+
Height = 116
18331851
Top = 0
18341852
Width = 607
18351853
Align = alClient

0 commit comments

Comments
 (0)