[PR #479] [MERGED] fix: adjust minimum window size 调整最小窗口大小 #476

Closed
opened 2026-02-27 07:11:59 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: dev


📝 Commits (1)

  • e64a5ba fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/479 **Author:** [@q1zhen](https://github.com/q1zhen) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@imsyy](https://github.com/imsyy) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`e64a5ba`](https://github.com/imsyy/SPlayer/commit/e64a5ba1bc145ecea8706694a07ad8b388263e81) fix: adjust minimum window size ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `electron/main/index.ts` (+2 -2) </details> ### 📄 Description 原本的 1280×800 会造成很多问题,在屏幕宽度小于 1280px 的时候 (如 1080p 屏幕竖放) 在 Ubuntu GNOME 下甚至直接无法全屏只能保持窗口化。因此作此修改,调整最小的窗口大小应该也不会对其他功能造成任何影响。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:11:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#476
No description provided.