Fix exp tracker UI margin incosistency

This reduces the top margin of the exp tracker UI to match the other sides and the similarly designed Loot Tracker.
This commit is contained in:
psikoi
2018-08-13 13:20:19 +01:00
parent f2791b9792
commit bf4050f2e2

View File

@@ -67,7 +67,7 @@ class XpPanel extends PluginPanel
{
super();
setBorder(new EmptyBorder(10, 6, 10, 6));
setBorder(new EmptyBorder(6, 6, 6, 6));
setBackground(ColorScheme.DARK_GRAY_COLOR);
setLayout(new BorderLayout());