mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-25 06:55:57 +03:00
[PR #479] [MERGED] fix: adjust minimum window size 调整最小窗口大小 #476
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/imsyy/SPlayer/pull/479
Author: @q1zhen
Created: 10/2/2025
Status: ✅ Merged
Merged: 10/9/2025
Merged by: @imsyy
Base:
dev← Head:dev📝 Commits (1)
e64a5bafix: adjust minimum window size📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
electron/main/index.ts(+2 -2)📄 Description
原本的 1280×800 会造成很多问题,在屏幕宽度小于 1280px 的时候 (如 1080p 屏幕竖放) 在 Ubuntu GNOME 下甚至直接无法全屏只能保持窗口化。因此作此修改,调整最小的窗口大小应该也不会对其他功能造成任何影响。
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.