mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- 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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user