mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
combobox editor should be borderless
This commit is contained in:
@@ -54,7 +54,9 @@ class JreComboboxEditor extends BasicComboBoxEditor {
|
||||
|
||||
@Override
|
||||
protected JTextField createEditorComponent() {
|
||||
return new JBTextField();
|
||||
JBTextField field = new JBTextField();
|
||||
field.setBorder(null);
|
||||
return field;
|
||||
}
|
||||
|
||||
public StatusText getEmptyText() {
|
||||
|
||||
Reference in New Issue
Block a user