-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Inconsistent/Too Small Interface Size in Ubuntu 20.04 #2412
Comments
What are your DPI settings for your system / your screens? |
Running I did some more investigating and it seems like the scaling issues are caused by enabling Fractional Scaling under Displays. Previously, I had set the scaling of my 2k monitor (Monitor 2) to 125% because the system UI was too small. After switching Monitor 2 back to 100% scaling, I noticed that Chatterino now has the correct text/ui size on Monitor 1. Thus, I believe the bug is coming from the Fractional Scaling option in Ubuntu 20.04. The steps to reproduce are:
|
Matebook X Pro, Ubuntu 20.04, Installed from Flathub. Scaling not adjusting properly out of the box. Tried to add env QT_SCALE_FACTOR=2 to the .desktop file but it didn't seem to do anything. |
3000x2000 resolution: I am not using fractional scaling and yet the UI are inconsistent in sizes. Preferences window has so small font I can hardly read the text, while the main text input field is too big. |
Encountering similar issues on Windows 10 with mixed DPI screens.
|
Chatterino really doesn't like DPI changes - most obvious on macOS. Tried to fix this myself in the context of the Mac app but got nowhere. Would be great to have someone with a high DPI try to resolve this. |
Describe the bug
To reproduce
sudo apt install qtcreator qtmultimedia5-dev libqt5svg5-dev libboost-dev libssl-dev libboost-system-dev libboost-filesystem-dev
mkdir build
cd build
qmake ..
make
cd bin
./chatterino
Screenshots
The font in the top bar matches the system font size and is what I would like the standard text size to be. Notice that the streamer name and settings icons are small while the send message box is large.
The font size of the chat was adjusted using Zoom and text size options in the settings, but they have no effect on the interface size.
The font size of the settings menu is also small when compared to the font size of the top bar.
Chatterino version
Chatterino 2.2.3-beta2 (commit 055db0c)
Operating system
Ubuntu 20.04 (5.4.0-52-generic)
Additional information
./chatterino
is run makes a difference.The text was updated successfully, but these errors were encountered: