fix a small alignment error (from when I was testing) with the Human Deck List button on Home Screen

This commit is contained in:
slapshot5
2011-12-12 06:24:14 +00:00
parent a91e8694a3
commit c72048692d

View File

@@ -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:");