Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(UI): bump default emoticon size, since otherwise it can be too small
Browse files Browse the repository at this point in the history
E.g. #3777
  • Loading branch information
zetok committed Oct 4, 2016
1 parent 60af778 commit bbdd4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistence/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bbdd4f0

Please sign in to comment.