This commit is contained in:
Anuken 2019-07-22 00:45:09 -04:00
parent 4e22384ed1
commit 54180c4768

View File

@ -210,7 +210,7 @@ public class MenuFragment extends Fragment{
submenu.clearChildren();
fadeInMenu();
//correctly offset the button
submenu.add().height(Core.graphics.getHeight() - out[0].getY(Align.topLeft));
submenu.add().height((Core.graphics.getHeight() - out[0].getY(Align.topLeft)) / Unit.dp.scl(1f));
submenu.row();
buttons(submenu, b.submenu);
}else{