mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-27 08:45:50 +03:00
[PR #146] [MERGED] fix: removing black bars when auto window size is enabled #1484
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1484
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/PlayCover/PlayCover/pull/146
Author: @JoseMoreville
Created: 8/9/2022
Status: ✅ Merged
Merged: 8/9/2022
Merged by: @JoseMoreville
Base:
develop← Head:hades-dev📝 Commits (1)
f9096dafix: removing black bars when auto window size is enabled📊 Changes
1 file changed (+4 additions, -2 deletions)
View changed files
📝
PlayCover/View/PlayAppView.swift(+4 -2)📄 Description
I changed from visibleFrame to frame to calculate screen aspect ratio so we can have full size on full screen when auto window size is enabled.
The difference with visible frame is that frame takes the space taken by the dock and menu bar.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.