Layout fixes
This commit is contained in:
@@ -266,7 +266,7 @@ public class MobileInput extends InputHandler implements GestureListener{
|
||||
public void buildUI(Table table){
|
||||
table.addImage("blank").color(Pal.accent).height(3f).colspan(4).growX();
|
||||
table.row();
|
||||
table.left().margin(0f).defaults().size(49f);
|
||||
table.left().margin(0f).defaults().size(48f);
|
||||
|
||||
table.addImageButton("icon-break", "clear-toggle-partial", 16 * 2f, () -> {
|
||||
mode = mode == breaking ? block == null ? none : placing : breaking;
|
||||
|
||||
@@ -34,9 +34,9 @@ public class DiscordDialog extends Dialog{
|
||||
}).size(h).left();
|
||||
|
||||
t.add("$discord").color(Pal.accent).growX().padLeft(10f);
|
||||
}).size(470f, h).pad(10f);
|
||||
}).size(440f, h).pad(10f);
|
||||
|
||||
buttons.defaults().size(170f, 50);
|
||||
buttons.defaults().size(150f, 50);
|
||||
|
||||
buttons.addButton("$back", this::hide);
|
||||
buttons.addButton("$copylink", () -> {
|
||||
|
||||
Reference in New Issue
Block a user