-
Notifications
You must be signed in to change notification settings - Fork 8
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 Window Titles #51
Comments
There's also the new LibAdwaita 1.4 color change from grey to white in light mode. |
grulja
added a commit
that referenced
this issue
Mar 4, 2024
QGtkStyle doesn't give us information whether titlebar font is bold or not so make a simple check over the Settings portal. Fixes #51
Can you please test #54? |
grulja
added a commit
that referenced
this issue
Mar 4, 2024
QGtkStyle doesn't give us information whether titlebar font is bold or not so make a simple check over the Settings portal. Fixes #51
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if this is fixable. Window titles in GTK apps are almost always displayed with the bold system font, but QT apps have different, often non-bold title conventions, even inside of the Adwaita window decorations. Can this plugin mandate the font and bold format, or even offer some way to force the application's name to display?
GTK:
QAdwaitaDecorations:
The text was updated successfully, but these errors were encountered: