diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-10 20:46:46 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-10 20:46:46 +0200 |
commit | b1f926ba893cadad2a7fdbf14bdccafbfefdbbe6 (patch) | |
tree | 7ebcbe1278b6e87c5b158d3d0b3ec0ae05919f19 /view/tpl/cropbody.tpl | |
parent | 43354ab385cd5c7adcc86f591159f10201420aae (diff) | |
parent | 071a233fb8aa427ae0637cda1ca0b47631d6b521 (diff) | |
download | volse-hubzilla-b1f926ba893cadad2a7fdbf14bdccafbfefdbbe6.tar.gz volse-hubzilla-b1f926ba893cadad2a7fdbf14bdccafbfefdbbe6.tar.bz2 volse-hubzilla-b1f926ba893cadad2a7fdbf14bdccafbfefdbbe6.zip |
merge redmatrix fixes
Diffstat (limited to 'view/tpl/cropbody.tpl')
-rwxr-xr-x | view/tpl/cropbody.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/cropbody.tpl b/view/tpl/cropbody.tpl index da5b1e859..4794c0b83 100755 --- a/view/tpl/cropbody.tpl +++ b/view/tpl/cropbody.tpl @@ -25,8 +25,8 @@ 'croppa', { previewWrap: 'previewWrap', - minWidth: 175, - minHeight: 175, + minWidth: 300, + minHeight: 300, maxWidth: 640, maxHeight: 640, ratioDim: { x: 100, y:100 }, |