Shrink font for game log on ViewWinLose

This commit is contained in:
drdev
2014-05-24 17:56:22 +00:00
parent ed5626d5e6
commit 4cab2d9ad7

View File

@@ -89,7 +89,7 @@ public class ViewWinLose extends FOverlay {
return true;
}
});
txtLog.setFontSize(14);
txtLog.setFontSize(12);
btnCopyLog = add(new FLabel.ButtonBuilder().text("Copy to clipboard").command(new FEventHandler() {
@Override