mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #72] Resizing sends the controls off the screen #54
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#54
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?
Originally created by @Kethku on GitHub (Jul 15, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/72
I think this should be changed to set a minimum size for the window such that the controls are always visible and or dynamically hide/restructure the controls bar so that the name of the song is on top of the play pause seek controls
@jpochyla commented on GitHub (Aug 3, 2021):
I've increased the minimal window size in master and made some improvements to the playback layout (controls are now centered if there's enough space, otherwise align to the right). In the future we might switch to the vertical layout as you suggest, if the horiz. space is small.
@jpochyla commented on GitHub (Aug 19, 2021):
I'll close this, as the controls are now contained properly. We can improve on the layout later in another issue.