mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2958
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/2759
Author: @davidantunes23
Created: 4/7/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @georgemoralis
Base:
main← Head:fix-2613📝 Commits (2)
613a7b7Fix #2613: Game icon size not working properly on grid viewd2d6d70Fix #2613: fixed clang format issue📊 Changes
1 file changed (+44 additions, -15 deletions)
View changed files
📝
src/qt_gui/main_window.cpp(+44 -15)📄 Description
Fixes #2613
When you select grid view mode and try to change the game icon size, the icons change to the wrong size, or don't change at all. To solve this I added a line to call the function that populates the game grid with the games when the user changes the icon size. That way the size of the icons is updated to match the size selected by the user, which is the intended behavior. I also added code to update the check on the size when changing view mode.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.