Fix padding

This commit is contained in:
drdev
2016-02-08 01:26:36 +00:00
parent 85ffe0e540
commit 04655e9d2d

View File

@@ -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;