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

Games with their logo on the left overlap play button box (AcrylicUI) #13

Open
wfahnestock opened this issue Feb 25, 2021 · 2 comments
Open
Labels
feature request New feature or request WIP work-in-progress

Comments

@wfahnestock
Copy link

play_button

Game logos that are positioned on the left of the image in the library overlap the play button box when using the Acrylic theme.

@Jonius7 Jonius7 added the WIP work-in-progress label Feb 27, 2021
@Jonius7
Copy link
Owner

Jonius7 commented Mar 1, 2021

The good news is, I know how to fix this:

The logo position is controlled by .json files, in Steam/userdata/[user id]/config/grid

A .json file, where the [Steam AppId] is the filename, looks like this:

{"nVersion":1,"logoPosition":{"pinnedPosition":"CenterCenter","nWidthPct":41.32836088913973,"nHeightPct":100}}

Now, the thing would be to automate making these .json files, so that it would adjust all game logos to be centered, and you wouldn't have to do this manually. (Right click -> Adjust Logo Position for each logo)

The bad news is, I have not got around to doing that yet, and more over, providing that as an option (button)

@Jonius7 Jonius7 added the feature request New feature or request label Mar 24, 2021
@Jonius7
Copy link
Owner

Jonius7 commented Aug 4, 2021

Main obstacle with this is safely getting a list of all the GameIDs in the user's library to be able to create the .json files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request WIP work-in-progress
Projects
None yet
Development

No branches or pull requests

2 participants