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:
committed by
Tomas Slusny
parent
15d9cf2f8b
commit
c24e31c03e
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user