mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix padding
This commit is contained in:
@@ -117,7 +117,7 @@ public class ConquestCommandersScreen extends FScreen {
|
||||
@Override
|
||||
protected void doLayout(float startY, float width, float height) {
|
||||
float x = PADDING;
|
||||
float y = startY;
|
||||
float y = startY + PADDING - ItemFilter.PADDING;
|
||||
float w = width - 2 * PADDING;
|
||||
|
||||
float buttonWidth = (w - PADDING) / 2;
|
||||
|
||||
Reference in New Issue
Block a user