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 d0e117d commit d274b3fCopy full SHA for d274b3f
pm.eclipse.editbox/src/pm/eclipse/editbox/pref/EditboxPreferencePage.java
@@ -124,7 +124,7 @@ protected Control createCategoryControl(Composite parent) {
124
Label comboLabel = new Label(c, SWT.NONE);
125
comboLabel.setText("Select one of bundled themes to apply to all categories (you can refine on respective Tab)");
126
127
- Combo combo = new Combo(c, SWT.DROP_DOWN);
+ final Combo combo = new Combo(c, SWT.DROP_DOWN);
128
GridData gd = new GridData(GridData.BEGINNING);
129
gd.widthHint = 150;
130
gd.horizontalSpan = 2;
0 commit comments