1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-18 10:41:08 +01:00

Allow the object selector dialog to be resized

Summary: Ref T11179.

Test Plan: Dragged the resize handle around, saw the dialog change size.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11179

Differential Revision: https://secure.phabricator.com/D16165
This commit is contained in:
epriestley 2016-06-22 09:05:57 -07:00
parent 4bbe6f307a
commit dbf13f79e9

View file

@ -204,6 +204,9 @@ final class PhabricatorObjectSelectorDialog extends Phobject {
'handles' => $handle_views, 'handles' => $handle_views,
)); ));
$dialog->setResizeX(true);
$dialog->setResizeY($results_id);
return $dialog; return $dialog;
} }