mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
The FLabel lblLog in ViewWinLose class was cutting off the top of the "Game Log" text, this now looks OK on Mac OS X.
This commit is contained in:
@@ -151,9 +151,9 @@ public class ViewWinLose {
|
||||
final JPanel pnlLog = new JPanel(new MigLayout("insets 0, wrap, ax center"));
|
||||
pnlLog.setOpaque(false);
|
||||
final FLabel lblLog = new FLabel("Game Log", SwingConstants.CENTER);
|
||||
lblLog.setFontScaleFactor(0.9);
|
||||
lblLog.setFontScaleFactor(0.8);
|
||||
lblLog.setFontStyle(Font.BOLD);
|
||||
pnlLog.add(lblLog, "w 300px!, h 22px!, gap 0 0 20px 0");
|
||||
pnlLog.add(lblLog, "w 300px!, h 28px!, gap 0 0 20px 0");
|
||||
pnlLog.add(new FScrollPane(txtLog), "w 300px!, h 100px!, gap 0 0 10px 0");
|
||||
pnlLeft.add(pnlLog, "w 100%!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user