Add top margin to the XP tracker error panel (#3343)

This was somehow removed in the latest PluginPanel updates, all other
panels were unaffected, by this was. Simple fix, a 50px empty border
should do the job.
This commit is contained in:
Ruben Amendoeira
2018-05-26 17:32:32 +01:00
committed by Tomas Slusny
parent 15d9cf2f8b
commit c24e31c03e

View File

@@ -133,7 +133,6 @@ class XpPanel extends PluginPanel
}
errorPanel.setContent("Exp trackers", "You have not gained experience yet.");
errorPanel.setBorder(new EmptyBorder(0, 0, 0, 0));
add(errorPanel);
}