Fix Issue 1593: "Attachment" button on Group Notices

This commit is contained in:
Inusaito Sayori
2014-07-15 15:37:02 -04:00
parent ca1696823c
commit b633c3ffea
2 changed files with 3 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ LLGroupNotifyBox::LLGroupNotifyBox(const std::string& subject,
mNextBtn = btn;
S32 btn_width = 80;
S32 wide_btn_width = 120;
S32 wide_btn_width = 136;
LLRect btn_rect;
x = 3 * HPAD;