This commit is contained in:
Anuken
2019-07-22 00:45:09 -04:00
parent 4e22384ed1
commit 54180c4768
@@ -210,7 +210,7 @@ public class MenuFragment extends Fragment{
submenu.clearChildren(); submenu.clearChildren();
fadeInMenu(); fadeInMenu();
//correctly offset the button //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(); submenu.row();
buttons(submenu, b.submenu); buttons(submenu, b.submenu);
}else{ }else{