mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
FIT_CENTER only helps when there is a box to fit into. The cover cell was WRAP_CONTENT around an image, which gives the cell no definite height, so the art sized itself and spilled past the cell to be clipped by the tile outline -- the same cut-off cover, arrived at a different way. Box art is about 1.4 times as tall as it is wide, so the cell is now given that shape at the column width and the whole cover fits inside it. adjustViewBounds went with it; it fights a definite box rather than helping. The achievement tile showed a hardcore count and a casual count above the total, which reads as three unrelated numbers -- "0 next to the trophy, then another 0/64" -- and says nothing about which mode is actually active, which was the one thing it needed to say. It now names the mode, with the trophy for hardcore and the medal for casual, over unlocked-of-total.