mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix top offset above schemes of code styles
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ public class CodeStyleMainPanel extends JPanel implements TabbedLanguageCodeStyl
|
||||
top.add(linkPanel);
|
||||
}
|
||||
|
||||
top.setBorder(JBUI.Borders.empty(10, 10, 0, 10));
|
||||
top.setBorder(JBUI.Borders.empty(5, 10, 0, 10));
|
||||
add(top, BorderLayout.NORTH);
|
||||
add(mySettingsPanel, BorderLayout.CENTER);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user