LithApp / Lith

Multiplatform, mobile-focused WeeChat relay client
https://lith.app
GNU General Public License v2.0
75 stars 7 forks source link

Fixed smalltext in SettingsNetwork #87

Closed chinese-soup closed 3 years ago

chinese-soup commented 3 years ago

This was forgotten there since the font size in the settings dialog is no longer changed based on the "Message font size" set in the Interface tab.

Before: image

After: image

chinese-soup commented 3 years ago
    font.pixelSize: Qt.application.font.pixelSize * 075

What's the motivation in using pixelsize instead of pointsize like all the others use?

MartinBriza commented 3 years ago

pointsize can be affected by device scaling and custom local font settings but pixelsize is always the same it's not the best practice but it works better with our sizing