https://bugs.kde.org/show_bug.cgi?id=399155
--- Comment #18 from Harald Sitter <sit...@kde.org> --- I had a quick grep in qtbase and I fear this needs some investigating. There is this (but I think that isn't it because that's actually a tiny bullet •••) platformsupport/themes/genericunix/qgenericunixthemes.cpp- case QPlatformTheme::PasswordMaskCharacter: platformsupport/themes/genericunix/qgenericunixthemes.cpp: return QVariant(QChar(0x2022)); Then there is also this, but that's already the character I was suggesting ●●●● gui/kernel/qplatformtheme.cpp- case QPlatformTheme::PasswordMaskCharacter: gui/kernel/qplatformtheme.cpp: return QVariant(QChar(0x25CF)); Beyond those two I see no relevant code inside qtbase. There could be in qtquick controls, but I don't have a clone of that at hand. Or I am wrong and we are already using U+25CF and I am reading the fontforge window incorrectly and the glyph is in fact larger than other characters. In which case we'd have to move to 2022 (the bullet) ^^ -- You are receiving this mail because: You are watching all bug changes.