Add letterboxing to deal with weird aspect ratios on UWP #23
Labels
No Label
bug
cleanup
documentation
enhancement
performance
process
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: semicolin/sneak#23
Loading…
Reference in New Issue
Block a user
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?
Right now pixels get super stretched if the user makes the window a weird size. Since we can't disable arbitrary resizing with UWP, we should make sure to not stretch the pixel dimensions too much to fit into a window -- add black boxes around the outside if needed, instead.