You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
Describe the bug
Raven Reader, even at it's smallest, is unable to fit on a 1920 x 1080 monitor in Portrait mode. The current minWidth is set as minWidth: 1280, but this value is too large and the window ends up clipping off the edge.
To Reproduce
Turn any 1080p monitor on it's side and try moving Raven Reader to that screen.
Expected behavior
What should be happening is Raven Reader should be able to scale down as much as needed to fit on various monitors.
Desktop (please complete the following information):
OS: Windows 11
Version: 1.0.79
Additional context
I'm not sure what your MinWidth should be for the window, or even if you should have one at all, but this application can afford to shrink itself even more than it can now and the UI shouldn't break.
And thanks for this project guys. I've needed an RSS Reader for a long time and this is the first one that not only works without duplicating my feeds, but it looks beautiful while doing so! 😄
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Raven Reader, even at it's smallest, is unable to fit on a 1920 x 1080 monitor in Portrait mode. The current minWidth is set as minWidth: 1280, but this value is too large and the window ends up clipping off the edge.
To Reproduce
Turn any 1080p monitor on it's side and try moving Raven Reader to that screen.
Expected behavior
What should be happening is Raven Reader should be able to scale down as much as needed to fit on various monitors.
Desktop (please complete the following information):
Additional context
I'm not sure what your MinWidth should be for the window, or even if you should have one at all, but this application can afford to shrink itself even more than it can now and the UI shouldn't break.
And thanks for this project guys. I've needed an RSS Reader for a long time and this is the first one that not only works without duplicating my feeds, but it looks beautiful while doing so! 😄
The text was updated successfully, but these errors were encountered: