View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021217 | MMW 5 | Skins | public | 2024-09-17 16:44 | 2024-09-17 17:11 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 5.1 | ||||
Target Version | 5.1 | ||||
Summary | 0021217: Some Player UI elements are vertically off-center | ||||
Description | Several Player UI elements are slightly off center (tested with MD skins set to normal size, but verification should check whether this applies for all skin sizes): - Visualizer may be slightly low (hard to tell) - Ratings are a couple of pixels too low - Speed indicator is several pixels too high | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||
|
I checked it per pixel and it is in fact optical illusion. All controls are exactly centered. - visualizer does not draw to the most upper part so often, so it could look like it is too low - rating star upper pixel is 33px from the upper border of the player, rating star bottom pixel is 33px from the bottom border of the player. It cannot be more in the middle. - speed indicator looks higher just because it is off, the image cannot be moved lower, because there is text with the selected speed when switched on. So I do not see anything to fix, any movement would ruin centering or move speed indicator text off the control area. |