FedoraQt / QAdwaitaDecorations

Qt decoration plugin implementing Adwaita-like client-side decorations
GNU Lesser General Public License v2.1
72 stars 8 forks source link

Use bold font weight for titles #52

Closed neiios closed 7 months ago

neiios commented 7 months ago

The small change that should resolve #51. Tested locally with the QT6 version of qBittorrent.

Before: before

After: after

grulja commented 7 months ago

I think this should be fixed in Qt directly. Forcing bold font will override font for those who have configured non-bold font for window title. It should be fixed specifically in QGtkStyle to give you correct titlebar font.

neiios commented 7 months ago

Made obsolete by #54