mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(UI): bump default emoticon size, since otherwise it can be too small
E.g. #3777
This commit is contained in:
parent
60af778fb8
commit
bbdd4f044c
|
@ -248,7 +248,7 @@ void Settings::loadGlobal()
|
|||
if (!SmileyPack::isValid(smileyPack))
|
||||
smileyPack = DEFAULT_SMILEYS;
|
||||
|
||||
emojiFontPointSize = s.value("emojiFontPointSize", 16).toInt();
|
||||
emojiFontPointSize = s.value("emojiFontPointSize", 24).toInt();
|
||||
firstColumnHandlePos = s.value("firstColumnHandlePos", 50).toInt();
|
||||
secondColumnHandlePosFromRight = s.value("secondColumnHandlePosFromRight", 50).toInt();
|
||||
timestampFormat = s.value("timestampFormat", "hh:mm:ss").toString();
|
||||
|
|
Loading…
Reference in New Issue
Block a user