setting pics in posts to be half size
This commit is contained in:
parent
c059e09615
commit
7e42aa391c
|
@ -104,7 +104,6 @@ public class TopicPosts implements JSPRender
|
|||
Dimension psz = engine.getUserPhotoSize();
|
||||
photo_size = new Dimension((psz.width * SCALING_NUM) / SCALING_DENOM,
|
||||
(psz.height * SCALING_NUM) / SCALING_DENOM);
|
||||
photo_size = engine.getUserPhotoSize();
|
||||
uid_photos = new HashMap();
|
||||
|
||||
} // end if
|
||||
|
|
Loading…
Reference in New Issue
Block a user