mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 23:55:52 +03:00
[PR #395] [CLOSED] Update main.go #1287
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#1287
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/afkarxyz/SpotiFLAC/pull/395
Author: @SiddharthGuptaPyDev
Created: 1/27/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
7764f49Update main.go4356a68Update main.go📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
main.go(+2 -2)📄 Description
Updated: MinWidth and MinHeight.
The app was covering more than half screen on smaller screens like laptop while using tiling window manager caused by same values in Width, Height and MinWidth, MinHeight respectively, due to which other apps were not getting space.
Now you can reduce the window size even more than previous version.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.