Browse Source

Set TwitteEmojiSVG as the default emoticon theme

pull/1105/head
Joseph Anania III 11 years ago
parent
commit
6c21fab806
  1. 4
      src/misc/settings.cpp

4
src/misc/settings.cpp

@ -163,10 +163,10 @@ void Settings::load() @@ -163,10 +163,10 @@ void Settings::load()
s.beginGroup("GUI");
enableSmoothAnimation = s.value("smoothAnimation", true).toBool();
smileyPack = s.value("smileyPack", ":/smileys/cylgom/emoticons.xml").toString();
smileyPack = s.value("smileyPack", ":/smileys/TwitterEmojiSVG/emoticons.xml").toString();
customEmojiFont = s.value("customEmojiFont", true).toBool();
emojiFontFamily = s.value("emojiFontFamily", "DejaVu Sans").toString();
emojiFontPointSize = s.value("emojiFontPointSize", 12).toInt();
emojiFontPointSize = s.value("emojiFontPointSize", 16).toInt();
firstColumnHandlePos = s.value("firstColumnHandlePos", 50).toInt();
secondColumnHandlePosFromRight = s.value("secondColumnHandlePosFromRight", 50).toInt();
timestampFormat = s.value("timestampFormat", "hh:mm").toString();

Loading…
Cancel
Save