mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Visual improvements for banner in the Settings dialog
This commit is contained in:
@@ -192,6 +192,7 @@ final class SettingsEditor extends AbstractEditor implements DataProvider {
|
||||
}
|
||||
};
|
||||
myBanner = new Banner(myEditor.getResetAction());
|
||||
myBanner.setBorder(BorderFactory.createEmptyBorder(0, 5, 0, 5));
|
||||
|
||||
JPanel panel = new JPanel(new BorderLayout(10, 10));
|
||||
panel.add(BorderLayout.WEST, mySearch);
|
||||
|
||||
Reference in New Issue
Block a user