summaryrefslogtreecommitdiffstats
path: root/logic/SkinUtils.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-19 23:05:16 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-19 23:05:16 +0100
commit5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5 (patch)
tree3b12711a5daa3b5b420b3d878f119f3b9f27b486 /logic/SkinUtils.h
parente9ed4b29bca585d0e45c2d24224e04ffdc1691fb (diff)
downloadMultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.tar
MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.tar.gz
MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.tar.lz
MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.tar.xz
MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.zip
Scale faces to 64x64
Diffstat (limited to 'logic/SkinUtils.h')
-rw-r--r--logic/SkinUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/SkinUtils.h b/logic/SkinUtils.h
index 324f86b8..64353b72 100644
--- a/logic/SkinUtils.h
+++ b/logic/SkinUtils.h
@@ -19,5 +19,5 @@
namespace SkinUtils
{
-QPixmap getFaceFromCache(QString username, int height = 48, int width = 48);
+QPixmap getFaceFromCache(QString username, int height = 64, int width = 64);
}