-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
GUI scale factor < 100 % #13531
Comments
Currently only upscaling is working. What is your use case, native screen resolution and desired resolution? Do you have interest to help bringing back down scaling? Is there anything suspicious logged in mixxx.log? |
Thanks for the reply. I did not know that downscaling is not intended to work, good to know that. My use case? Mainly I want to see more of the library, so I really didn't have a desired resolution in mind. (Actually.... My real wish is we had the option to make the library appear in a separate window while Mixxx is running, similar to how preferences appears in a separate window. I am working with two monitors, so that would be great for my use case.) Do I have interest to help bring back down the scaling? No, not because I'm an uncaring person, but because in my life I have exactly zero point zero knowledge of computer programming stuff. I did not notice anything suspicious in the logs, but, I very likely would not know what to be suspicious of. |
Ah okay, in https://mixxx.discourse.group/t/mixxx-opens-up-as-a-nearly-blank-window/30029/9 I missed that the scale factors available in the preferences are > 100% and that any cfg value < 1 must be from a previous version. To avoid this issue for users upgrading from 2.3 and earlier, can we clamp the cfg value to 1.0? It's parsed / set in main.cpp Line 114 in a65bc0b
|
You may decrease the library font size in Preferences -> Library. That affects all library widgets (searchbar, sidebar, tracks table) except the table header. |
Separate library window would be dope actually. Even better if you could toggle the main window library independently and have two browser windows open. I spend a load of time switching between two locations... usually the crate/folder I'm mixing out of, and running through a bunch of others to find a specific track. It's a chore to remember where I came from and have to scramble to make it back in time, only to go back to where I was to continue searching |
Bug Description
Running flatpak version of Mixxx 2.4.1 on Ubuntu 22.04 (wayland) running gnome 42.9. Also running the debian version.
In the mixxx.cfg file for the flatpak version, if I enter a value less than 99%, the application window "messed up", basically a black window with no controls shown.
For the debian version the scale factor cannot be less than 80%, otherwise the same problem happens.
Am I wrong in assuming that the percentages should be the same, and that I should be able to shrink it more than those percentages?
(Also reported here: flathub/org.mixxx.Mixxx#57 )
Version
2.4.1
OS
Ubuntu 22.04
The text was updated successfully, but these errors were encountered: