Skip to content

Commit 61bc258

Browse files
committed
fix(ui): size and margin of buttons on SQL help dialog
1 parent b3fa484 commit 61bc258

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

source/sqlhelp.lfm

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ object frmSQLhelp: TfrmSQLhelp
1919
AnchorSideRight.Control = Owner
2020
AnchorSideRight.Side = asrBottom
2121
Left = 5
22-
Height = 304
22+
Height = 314
2323
Top = 5
2424
Width = 572
2525
Align = alClient
2626
BorderSpacing.Around = 5
2727
BevelOuter = bvNone
28-
ClientHeight = 304
28+
ClientHeight = 314
2929
ClientWidth = 572
3030
ParentBackground = False
3131
TabOrder = 0
3232
object Splitter1: TSplitter
3333
Cursor = crSizeWE
3434
Left = 153
35-
Height = 304
35+
Height = 314
3636
Top = 0
3737
Width = 8
3838
end
@@ -42,12 +42,12 @@ object frmSQLhelp: TfrmSQLhelp
4242
AnchorSideRight.Control = Splitter1
4343
AnchorSideRight.Side = asrBottom
4444
Left = 0
45-
Height = 304
45+
Height = 314
4646
Top = 0
4747
Width = 153
4848
Align = alLeft
4949
BevelOuter = bvNone
50-
ClientHeight = 304
50+
ClientHeight = 314
5151
ClientWidth = 153
5252
ParentBackground = False
5353
TabOrder = 0
@@ -79,7 +79,7 @@ object frmSQLhelp: TfrmSQLhelp
7979
AnchorSideRight.Control = pnlLeft
8080
AnchorSideRight.Side = asrBottom
8181
Left = 2
82-
Height = 275
82+
Height = 285
8383
Top = 27
8484
Width = 149
8585
Align = alClient
@@ -106,12 +106,12 @@ object frmSQLhelp: TfrmSQLhelp
106106
AnchorSideRight.Control = pnlMain
107107
AnchorSideRight.Side = asrBottom
108108
Left = 161
109-
Height = 304
109+
Height = 314
110110
Top = 0
111111
Width = 411
112112
Align = alClient
113113
BevelOuter = bvNone
114-
ClientHeight = 304
114+
ClientHeight = 314
115115
ClientWidth = 411
116116
ParentBackground = False
117117
TabOrder = 1
@@ -254,7 +254,7 @@ object frmSQLhelp: TfrmSQLhelp
254254
end
255255
inline MemoExample: TSynEdit
256256
Left = 2
257-
Height = 98
257+
Height = 108
258258
Top = 204
259259
Width = 407
260260
Align = alClient
@@ -347,27 +347,27 @@ object frmSQLhelp: TfrmSQLhelp
347347
end
348348
object pnlBottom: TPanel
349349
Left = 5
350-
Height = 36
351-
Top = 314
350+
Height = 26
351+
Top = 324
352352
Width = 572
353353
Align = alBottom
354354
AutoSize = True
355355
BorderSpacing.Around = 5
356356
BevelOuter = bvNone
357-
ClientHeight = 36
357+
ClientHeight = 26
358358
ClientWidth = 572
359359
ParentBackground = False
360360
TabOrder = 1
361361
object btnSearchOnline: TSpeedButton
362362
AnchorSideTop.Control = pnlBottom
363363
AnchorSideRight.Control = ButtonClose
364-
Left = 406
364+
Left = 366
365365
Height = 26
366-
Top = 5
366+
Top = 0
367367
Width = 101
368368
Anchors = [akTop, akRight]
369369
AutoSize = True
370-
BorderSpacing.Around = 5
370+
Constraints.MinWidth = 100
371371
Caption = 'Search online'
372372
Images = MainForm.ImageListMain
373373
ImageIndex = 69
@@ -377,15 +377,16 @@ object frmSQLhelp: TfrmSQLhelp
377377
AnchorSideTop.Control = pnlBottom
378378
AnchorSideRight.Control = pnlBottom
379379
AnchorSideRight.Side = asrBottom
380-
Left = 512
380+
Left = 472
381381
Height = 25
382-
Top = 5
383-
Width = 55
382+
Top = 0
383+
Width = 100
384384
Anchors = [akTop, akRight]
385385
AutoSize = True
386-
BorderSpacing.Around = 5
386+
BorderSpacing.Left = 5
387387
Cancel = True
388388
Caption = 'Close'
389+
Constraints.MinWidth = 100
389390
Default = True
390391
TabOrder = 0
391392
OnClick = ButtonCloseClick

0 commit comments

Comments
 (0)