PCSX2 / pcsx2

PCSX2 - The Playstation 2 Emulator
https://pcsx2.net
GNU General Public License v3.0
11.85k stars 1.63k forks source link

[Feature Request]: Make the justify for Game Grid icons centered instead of left #10437

Open ZippyZolton opened 11 months ago

ZippyZolton commented 11 months ago

Description

Ever since I saw PS2-Covers I love the Game Grid feature, but I have one small problem that really bothers me. They're not centered! No matter where I zoom, the amount of padding on each side of the screen isn't quite equal enough to me. With the power of Qt, I hope this isn't going to be a daunting change to make.

Reason

Examples

image Here is a little edit I made showing the grid icons centered, I have intentionally zoomed out in PCSX2 to make this more obvious without needing to open the image full size. image

stenzek commented 11 months ago

Pretty sure I've said this before, but as far as I can tell, QListView (which is what we use for the grid) doesn't support alignment.

So it would require creating an entirely custom view/widget.

ZippyZolton commented 11 months ago

Oh man that's unfortunate, I didn't know this issue was out of limitation. Is that to say it won't be changed any time soon if ever by a regularly contributing member?

stenzek commented 11 months ago

None of us have any plans to do so at the moment, no.

lightningterror commented 11 months ago

No plans for this, but if someone comes along then they are free to implement it.

stenzek commented 11 months ago

IMO it's okay to leave open, there's plenty of other feature requests that have no plans, but are still listed.