Skip to content

Commit ad3d775

Browse files
author
delphidabbler
committed
stringpe:
* Moved cancel button back into view. git-svn-id: https://svn.code.sf.net/p/ddablib/code/trunk@1066 eed78412-d13c-44e9-9ac7-ca5071eb296d
1 parent ffaee3d commit ad3d775

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PJStringPE.dfm

+5-5
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ object PJStringPEDlg: TPJStringPEDlg
135135
489
136136
40)
137137
object btnOK: TButton
138-
Left = 406
138+
Left = 323
139139
Top = 7
140140
Width = 75
141141
Height = 25
@@ -146,10 +146,10 @@ object PJStringPEDlg: TPJStringPEDlg
146146
TabOrder = 1
147147
end
148148
object btnCancel: TButton
149-
Left = 502
150-
Top = 2
151-
Width = 92
152-
Height = 31
149+
Left = 406
150+
Top = 7
151+
Width = 75
152+
Height = 25
153153
Anchors = [akRight, akBottom]
154154
Cancel = True
155155
Caption = 'Cancel'

0 commit comments

Comments
 (0)