- Let us add a "gapleft 6%" to the btnStart in ViewConstructed as this will do a better job of centering this button.

This commit is contained in:
Chris
2011-12-25 01:46:00 +00:00
parent 8d0781b905
commit b967e3a7fc

View File

@@ -51,7 +51,7 @@ public class ViewConstructed extends JPanel {
// Start button
btnStart = new StartButton(parentView);
this.add(btnStart, "gaptop 2%, span 5 1, ax center");
this.add(btnStart, "gaptop 2%, span 5 1, ax center, gapleft 6%");
// When all components have been added, add listeners.
control.updateDeckNames();