HUD fixes

This commit is contained in:
Anuken
2019-11-03 12:16:28 -05:00
parent cf6d2c7593
commit 48c062f7af
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ public class HudFragment extends Fragment{
}
});
}
}).width(dsize * 4 + 4f);
}).width(dsize * 5 + 4f);
editorMain.visible(() -> shown && state.isEditor());
}