infopanel: fix plus version font (#1375)
This commit is contained in:
committed by
Kyleeld
parent
9973fb6db2
commit
23710f3f4a
@@ -114,7 +114,7 @@ public class InfoPanel extends PluginPanel
|
|||||||
version.setFont(smallFont);
|
version.setFont(smallFont);
|
||||||
|
|
||||||
JLabel plusVersion = new JLabel(htmlLabel("RuneLitePlus version: ", RuneLiteProperties.getPlusVersion()));
|
JLabel plusVersion = new JLabel(htmlLabel("RuneLitePlus version: ", RuneLiteProperties.getPlusVersion()));
|
||||||
version.setFont(smallFont);
|
plusVersion.setFont(smallFont);
|
||||||
|
|
||||||
JLabel revision = new JLabel();
|
JLabel revision = new JLabel();
|
||||||
revision.setFont(smallFont);
|
revision.setFont(smallFont);
|
||||||
|
|||||||
Reference in New Issue
Block a user