shrink default roomavatar size to 36x36. surely this is vector specific...

pull/21833/head
Matthew Hodgson 2015-10-11 02:08:39 +01:00
parent 05d19121d8
commit c5e3891a5a
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ var MatrixClientPeg = require('../../MatrixClientPeg');
module.exports = {
getDefaultProps: function() {
return {
width: 40,
height: 40,
width: 36,
height: 36,
resizeMethod: 'crop'
}
},