1
0
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:
Zetok Zalbavar 2016-10-03 07:39:00 +01:00
parent 60af778fb8
commit bbdd4f044c
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -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();