Checkstyle

This commit is contained in:
Scott Burns
2019-05-20 19:56:34 +02:00
parent 34f1596e00
commit 8e57433c74

View File

@@ -550,7 +550,7 @@ public class ConfigPanel extends PluginPanel
if (cid.getType() == Stub.class) if (cid.getType() == Stub.class)
{ {
Border border = item.getBorder(); Border border = item.getBorder();
Border margin = new EmptyBorder(10,0,0,0); Border margin = new EmptyBorder(10, 0, 0, 0);
item.setBorder(new CompoundBorder(border, margin)); item.setBorder(new CompoundBorder(border, margin));
configEntryName.setForeground(Color.ORANGE); configEntryName.setForeground(Color.ORANGE);