We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6d6ea commit 51752d6Copy full SHA for 51752d6
eclipsePlugin/src/de/tobject/findbugs/properties/DetectorConfigurationTab.java
@@ -367,7 +367,7 @@ public void widgetSelected(SelectionEvent e) {
367
GridData layoutData2 = new GridData(GridData.FILL_BOTH);
368
text.setLayoutData(layoutData2);
369
text.setBackground(getShell().getDisplay().getSystemColor(SWT.COLOR_LIST_BACKGROUND));
370
- sash.setWeights(new int[] { 3, 1 });
+ sash.setWeights(3, 1);
371
372
availableRulesTable.addSelectionListener(new SelectionListener() {
373
@Override
0 commit comments