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:
parent
4bbe6f307a
commit
dbf13f79e9
1 changed files with 4 additions and 1 deletions
|
@ -204,7 +204,10 @@ final class PhabricatorObjectSelectorDialog extends Phobject {
|
|||
'handles' => $handle_views,
|
||||
));
|
||||
|
||||
return $dialog;
|
||||
$dialog->setResizeX(true);
|
||||
$dialog->setResizeY($results_id);
|
||||
|
||||
return $dialog;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue