mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Fix padding around new random name button
This commit is contained in:
@@ -292,7 +292,7 @@ public enum VSubmenuConstructed implements IVSubmenu<CSubmenuConstructed> {
|
|||||||
|
|
||||||
});
|
});
|
||||||
newNameBtn.addFocusListener(nameFocusListener);
|
newNameBtn.addFocusListener(nameFocusListener);
|
||||||
playerPanel.add(newNameBtn, "h 30px, w 30px, gaptop 5px, gapx unrel, align 50% 50%");
|
playerPanel.add(newNameBtn, "h 30px, w 30px, gaptop 5px");
|
||||||
nameRandomisers.add(newNameBtn);
|
nameRandomisers.add(newNameBtn);
|
||||||
|
|
||||||
// PlayerType
|
// PlayerType
|
||||||
@@ -322,7 +322,7 @@ public enum VSubmenuConstructed implements IVSubmenu<CSubmenuConstructed> {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
playerPanel.add(newLabel("Deck:"), "height 30px, gapx rel");
|
playerPanel.add(newLabel("Deck:"), "height 30px, gapx rel");
|
||||||
playerPanel.add(deckBtn, "height 30px, growx, pushx, spanx 3");
|
playerPanel.add(deckBtn, "height 30px, growx, pushx, spanx 4");
|
||||||
deckSelectorBtns.add(deckBtn);
|
deckSelectorBtns.add(deckBtn);
|
||||||
|
|
||||||
playerPanelList.add(playerPanel);
|
playerPanelList.add(playerPanel);
|
||||||
|
|||||||
Reference in New Issue
Block a user