diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-01-19 23:05:16 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-01-19 23:05:16 +0100 |
commit | 5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5 (patch) | |
tree | 3b12711a5daa3b5b420b3d878f119f3b9f27b486 | |
parent | e9ed4b29bca585d0e45c2d24224e04ffdc1691fb (diff) | |
download | MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.tar MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.tar.gz MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.tar.lz MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.tar.xz MultiMC-5eb9ef5d565fcbf00688f24bc83c8b33a76e54a5.zip |
Scale faces to 64x64
-rw-r--r-- | logic/SkinUtils.h | 2 |
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); } |