From f206da2dbf3d14be74ee0471b3eb07804f1922a4 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 16 Feb 2015 11:09:07 -0800 Subject: [PATCH] Increase height of message box on invite workflow Summary: At least one user wanted to type more text here, and it seems reasonable that administrators may want to write a couple of paragraphs. I didn't make this short for any particular reason, I just wasn't sure what the workflow would look like as I was building it. Test Plan: Loaded page, saw normal height text area. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D11779 --- .../controller/PhabricatorPeopleInviteSendController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/applications/people/controller/PhabricatorPeopleInviteSendController.php b/src/applications/people/controller/PhabricatorPeopleInviteSendController.php index 5add6ec07d..7543e96fbc 100644 --- a/src/applications/people/controller/PhabricatorPeopleInviteSendController.php +++ b/src/applications/people/controller/PhabricatorPeopleInviteSendController.php @@ -188,8 +188,7 @@ final class PhabricatorPeopleInviteSendController id(new AphrontFormTextAreaControl()) ->setLabel(pht('Message')) ->setName(pht('message')) - ->setValue($message) - ->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_SHORT)) + ->setValue($message)) ->appendChild( id(new AphrontFormSubmitControl()) ->setValue(