Skip to content

Commit d24902d

Browse files
committed
Minor rearrangement of controls.
1 parent dd21aa8 commit d24902d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Src/FrDisplayPrefs.dfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inherited DisplayPrefsFrame: TDisplayPrefsFrame
55
ExplicitHeight = 311
66
object lblOverviewTree: TLabel
77
Left = 16
8-
Top = 3
8+
Top = 6
99
Width = 161
1010
Height = 13
1111
Caption = 'Start &overview pane treeview as:'
@@ -34,7 +34,7 @@ inherited DisplayPrefsFrame: TDisplayPrefsFrame
3434
end
3535
object cbOverviewTree: TComboBox
3636
Left = 192
37-
Top = -1
37+
Top = 2
3838
Width = 113
3939
Height = 21
4040
Style = csDropDownList

Src/FrDisplayPrefs.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2012-2013, Peter Johnson (www.delphidabbler.com).
6+
* Copyright (C) 2012-2014, Peter Johnson (www.delphidabbler.com).
77
*
88
* $Rev$
99
* $Date$
@@ -145,7 +145,7 @@ procedure TDisplayPrefsFrame.ArrangeControls;
145145
8
146146
)
147147
);
148-
TCtrlArranger.AlignVCentres(0, [lblOverviewTree, cbOverviewTree]);
148+
TCtrlArranger.AlignVCentres(3, [lblOverviewTree, cbOverviewTree]);
149149
TCtrlArranger.MoveBelow(
150150
[lblOverviewTree, cbOverviewTree], chkSnippetsInNewTab, 24
151151
);

0 commit comments

Comments
 (0)