Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI/UX] Fix Firmware tree checkboxes for Darker Style by TheMitoSan file #14799

Merged
merged 1 commit into from Nov 7, 2023

Conversation

Darkhost1999
Copy link
Contributor

Before
image
After
image

This isn't my custom stylesheet and may get taken over by a different pull request. But keynotes to look for.
The box being filled in with white is ticked throughout the entire theme until it comes to the firmware tree.
So I added QListWidget and QTreeWIdget names to the checkboxes section so as not to mess with any of the colors, borders, margins, padding, or anything else. This enables clear communication to the user what is ticked, unticked, enabled, disabled or anything else by simply keeping a uniform interface for the user to interact with and not just changing the rules when it comes to a specific group/location of the interface.
I notice the checkbox size appears a little big in the after vs before among many other modernizations I'd love to change. Yet this isn't my stylesheet. And I do believe this PR will be edited by maintainers or overruled.

Make it look like the rest of the file to communicate with the user correctly
@Megamouse Megamouse added the GUI label Nov 5, 2023
@Megamouse Megamouse merged commit 151738a into RPCS3:master Nov 7, 2023
6 checks passed
@elad335
Copy link
Contributor

elad335 commented Nov 7, 2023

@Megamouse It looked odd on the preview, missing space between the text and checkbox so I didn't merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants