Pan tweak

This commit is contained in:
Anuken
2018-11-28 14:00:51 -05:00
parent aa626947ed
commit e2e6024e8f
2 changed files with 4 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ public class JoinDialog extends FloatingDialog{
local.background("button");
local.add("$text.hosts.none").pad(10f);
local.add().growX();
local.addImageButton("icon-loading", 16 * 2f, this::refreshLocal).pad(-10f).padLeft(0).padTop(-6).size(70f, 74f);
local.addImageButton("icon-loading", 16 * 2f, this::refreshLocal).pad(-12f).padLeft(0).size(70f);
}else{
local.background((Drawable) null);
}