infopanel: fix plus version font (#1375)

This commit is contained in:
Owain van Brakel
2019-08-17 16:14:57 +02:00
committed by Kyleeld
parent 9973fb6db2
commit 23710f3f4a

View File

@@ -114,7 +114,7 @@ public class InfoPanel extends PluginPanel
version.setFont(smallFont);
JLabel plusVersion = new JLabel(htmlLabel("RuneLitePlus version: ", RuneLiteProperties.getPlusVersion()));
version.setFont(smallFont);
plusVersion.setFont(smallFont);
JLabel revision = new JLabel();
revision.setFont(smallFont);