Fix padding around new random name button

This commit is contained in:
drdev
2014-01-18 01:19:15 +00:00
parent e9ddf8400b
commit 092d3dac40

View File

@@ -292,7 +292,7 @@ public enum VSubmenuConstructed implements IVSubmenu<CSubmenuConstructed> {
});
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);
// PlayerType
@@ -322,7 +322,7 @@ public enum VSubmenuConstructed implements IVSubmenu<CSubmenuConstructed> {
}
});
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);
playerPanelList.add(playerPanel);