We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaee3d commit ad3d775Copy full SHA for ad3d775
PJStringPE.dfm
@@ -135,7 +135,7 @@ object PJStringPEDlg: TPJStringPEDlg
135
489
136
40)
137
object btnOK: TButton
138
- Left = 406
+ Left = 323
139
Top = 7
140
Width = 75
141
Height = 25
@@ -146,10 +146,10 @@ object PJStringPEDlg: TPJStringPEDlg
146
TabOrder = 1
147
end
148
object btnCancel: TButton
149
- Left = 502
150
- Top = 2
151
- Width = 92
152
- Height = 31
+ Left = 406
+ Top = 7
+ Width = 75
+ Height = 25
153
Anchors = [akRight, akBottom]
154
Cancel = True
155
Caption = 'Cancel'
0 commit comments