mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Increase pholio thumb size
Summary: Fixes T2548. Test Plan: {F32894} Reviewers: chad Reviewed By: chad CC: aran Maniphest Tasks: T2548 Differential Revision: https://secure.phabricator.com/D4972
This commit is contained in:
parent
6124865c56
commit
ef7cc5df24
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ final class PholioMockListController extends PholioController {
|
|||
id(new PhabricatorPinboardItemView())
|
||||
->setHeader($mock->getName())
|
||||
->setURI('/M'.$mock->getID())
|
||||
->setImageURI($mock->getCoverFile()->getThumb160x120URI()));
|
||||
->setImageURI($mock->getCoverFile()->getThumb220x165URI())
|
||||
->setImageSize(220, 165));
|
||||
}
|
||||
|
||||
$header = id(new PhabricatorHeaderView())
|
||||
|
|
Loading…
Reference in a new issue