mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
fix a small alignment error (from when I was testing) with the Human Deck List button on Home Screen
This commit is contained in:
@@ -82,7 +82,7 @@ public class ViewConstructed extends JPanel {
|
|||||||
viewHumanDeckList.setFont(skin.getFont1().deriveFont(Font.PLAIN, 13));
|
viewHumanDeckList.setFont(skin.getFont1().deriveFont(Font.PLAIN, 13));
|
||||||
viewHumanDeckList.setText("View Human Deck List");
|
viewHumanDeckList.setText("View Human Deck List");
|
||||||
viewHumanDeckList.setVerticalTextPosition(SwingConstants.CENTER);
|
viewHumanDeckList.setVerticalTextPosition(SwingConstants.CENTER);
|
||||||
this.add(viewHumanDeckList, "w 20%!, h 3%!, gap 2% 2% 2% 0, wrap, span 5 1");
|
this.add(viewHumanDeckList, "w 20%!, h 3%!, gap 5% 5% 2% 0, wrap, span 5 1");
|
||||||
|
|
||||||
// AI deck options area
|
// AI deck options area
|
||||||
JLabel lblAI = new JLabel("Choose a deck for the AI player:");
|
JLabel lblAI = new JLabel("Choose a deck for the AI player:");
|
||||||
|
|||||||
Reference in New Issue
Block a user