mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Shrink font for game log on ViewWinLose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user