|
Lines 242-248
Link Here
|
| 242 |
gd.horizontalSpan=columnSpan; |
242 |
gd.horizontalSpan=columnSpan; |
| 243 |
publicKeylabel.setLayoutData(gd); |
243 |
publicKeylabel.setLayoutData(gd); |
| 244 |
|
244 |
|
| 245 |
publicKeyText=new Text(group, SWT.MULTI|SWT.BORDER|SWT.V_SCROLL|SWT.WRAP); |
245 |
publicKeyText=new Text(group, SWT.MULTI|SWT.BORDER|SWT.V_SCROLL|SWT.WRAP|SWT.LEFT_TO_RIGHT); |
| 246 |
publicKeyText.setText(""); //$NON-NLS-1$ |
246 |
publicKeyText.setText(""); //$NON-NLS-1$ |
| 247 |
publicKeyText.setEditable(false); |
247 |
publicKeyText.setEditable(false); |
| 248 |
gd=new GridData(); |
248 |
gd=new GridData(); |
|
Lines 255-261
Link Here
|
| 255 |
|
255 |
|
| 256 |
keyFingerPrintLabel=new Label(group, SWT.NONE); |
256 |
keyFingerPrintLabel=new Label(group, SWT.NONE); |
| 257 |
keyFingerPrintLabel.setText(Messages.CVSSSH2PreferencePage_41); |
257 |
keyFingerPrintLabel.setText(Messages.CVSSSH2PreferencePage_41); |
| 258 |
keyFingerPrintText=new Text(group, SWT.SINGLE|SWT.BORDER); |
258 |
keyFingerPrintText=new Text(group, SWT.SINGLE|SWT.BORDER|SWT.LEFT_TO_RIGHT); |
| 259 |
keyFingerPrintText.setFont(group.getFont()); |
259 |
keyFingerPrintText.setFont(group.getFont()); |
| 260 |
keyFingerPrintText.setEditable(false); |
260 |
keyFingerPrintText.setEditable(false); |
| 261 |
gd=new GridData(GridData.FILL_HORIZONTAL); |
261 |
gd=new GridData(GridData.FILL_HORIZONTAL); |