-
-
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
Border issues in nightly versus release (W11) #5645
Comments
If anyone can confirm that these issues exist, I can see that the Qt version changed, so that might give some directions. |
Can you try compiling Chatterino with the following line as chatterino2/src/widgets/BaseWindow.cpp Line 124 in 64864a0
|
trying out |
(I'm on Windows 10). We're "manually" drawing a border currently: chatterino2/src/widgets/BaseWindow.cpp Lines 1032 to 1042 in 64864a0
... which is why we're setting margins of 1 (device independent pixels, not real pixels) [are you on a High-DPI screen?] We can't really have a 1px border since Qt uses integers for dp. chatterino2/src/widgets/BaseWindow.cpp Line 352 in 64864a0
On Windows 10, I find it nice to have the border change when selected/deselected. Since I'm not familiar with Windows 11, I don't know what the default behavior is. |
did try this out with qt 6.5.3., the input box gap is still there and the active/inactive things works the same as I mentioned when changing that line as you said, therefore I don't think qt version has anything to do with it |
To summarize then:
|
Checklist
Describe your issue
If Windows 11 users could confirm how it appears for them, that would be nice, since this could just be some weird W11 setting combination.
windows 11 has these stupid borders around everything, they also change colors when window is selected or not (also whether its pinned to the side or not)
in stable it is that way, stays the same as active border whether the window is active or not
in nightly this is no longer that way, and it switches between inactive and active border states
the main issue is now that there is a small margin around chatterino nightly which looks bad, also the input box is smaller (for some reason the font in the input box too)
both unselected:
stable selected:
nightly selected:
as you can see, there is something off about the borders in nightly version, on windows 11
what can be problematic about this issue
(I tried to disable windows scaling, and restart apps, still same issue, so atleast it shouldnt be specific to scaling issues)
Screenshots
No response
OS and Chatterino Version
Chatterino 2.5.1 (commit eafcb941) built with Qt 6.5.0, MSVC 193833135
Running on Windows 11 Version 24H2, kernel: 10.0.26120
Chatterino Nightly 2.5.1 (commit 64864a09) built on 2024-10-12 with Qt 6.7.1, MSVC 194134120, Crashpad
Running on Windows 11 Version 24H2, kernel: 10.0.26120
The text was updated successfully, but these errors were encountered: