Skip to content

Commit 443de2a

Browse files
committed
fixed forced resize
1 parent 6a4a41a commit 443de2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

it.baeyens.arduino.core/src/it/baeyens/arduino/ui/PlatformPreferencePage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ protected Control createContents(Composite parent) {
4646

4747
Text desc = new Text(control, SWT.READ_ONLY);
4848
GridData layoutData = new GridData(SWT.FILL, SWT.FILL, true, false);
49-
layoutData.widthHint = 500;
5049
desc.setLayoutData(layoutData);
5150
desc.setBackground(parent.getBackground());
5251
desc.setText("remove or add checkboxes to update your configuration."); //$NON-NLS-1$

0 commit comments

Comments
 (0)