-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MU4 Issue] Oversized status bar after switching between fullscreen and windowed #11627
Comments
I couldn't reproduce this on a 16:9 display, so it seems related to the screen aspect ratio. |
I have been able to reproduce this on a virtual Windows machine running in a small window (i.e. the "screen" of the Windows machine is a resizable macOS window). The problem occurs when the width of the screen is smaller than the minimum width of the MuseScore window. The minimum width is currently 1150px (that's huge in my opinion), so indeed that will be problematic on a 1024x768 display. |
I was not able to reproduce this. Screen aspect ratio: 16:9 (1920x1080) |
If what @cbjeukendrup suggested is true, then this is also related to #10965 |
We do need to reduce that minimum size. It is much too big. @cbjeukendrup - I imagine it's a really quick fix to set it to 1020 or even 980 and we'll see how it holds up? |
I'll experiment a bit with it, but I think there is a reason that the value is so high currently, so that will need to be fixed before we can lower it. That may not be entirely trivial. |
I suspect the reason was because there was a lot of clashing UI before. Most likely, it was done to limit the likelihood of the Note Input bar breaking when there are too many objects added to it. However, if I'm right, we can at least shrink it a bit... (Incidentally, we do need a proper responsive solution for the top bar in 4.1) |
Just to confirm, I was also able to reproduce on 1024x768 using my windows 10 machine. |
As I just said in #10965, the core of the problem is the following. If the window reaches a size that is smaller than needed by the dock widgets system to realize the specified minimum widths for toolbars and panels, the dock widgets layout manager completely stops working, which results in behaviour like in this issue. |
As small as we can go without breaking anything, I suppose :) |
There are plenty of laptops out there with 1600x900 so a 1000px minimum height seems rather large imho. If going below 1000px minheight means delaying Alpha, then I'd go with that big minimal value as a start. We can always then schedule the work if/when the complaints come in. EDIT: I just now realized (what sleep can do for you!) that this is about minimal width and not height... so slightly ignore this comment except for taking into account that scaling mode of Windows messes up the available pixelcount. |
Just to point out, even if your laptop screen is bigger than the 1000px minimum width, the minimum width still gets in the way if you try to multitask/split-screen (which is part of the issue I logged, #10965.) |
This:
To reproduce:
I use an old 4:3 monitor on 1024x768 resolution. Tested on MuseScoreNightly-202205130439-master-001f7a6-x86_64.
The text was updated successfully, but these errors were encountered: