fix top offset above schemes of code styles

This commit is contained in:
Sergey Malenkov
2017-04-26 17:22:44 +03:00
parent 379f62967b
commit 952dc04de8
@@ -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);