- Quest events will ow show their difficulty.

This commit is contained in:
Sloth
2013-03-17 10:50:45 +00:00
parent 8a3696d027
commit a77b341b80

View File

@@ -56,7 +56,7 @@ class PnlEvent extends JPanel {
hSrc = img.getHeight(null);
// Title and description
this.rad = new FRadioButton(event.getTitle());
this.rad = new FRadioButton(event.getTitle() + " (" + event.getDifficulty() + ")");
this.rad.setFont(FSkin.getBoldFont(16));
final FTextArea tarDesc = new FTextArea();