Fix Issue 1593: "Attachment" button on Group Notices
This commit is contained in:
@@ -258,7 +258,7 @@ LLGroupNotifyBox::LLGroupNotifyBox(const std::string& subject,
|
|||||||
mNextBtn = btn;
|
mNextBtn = btn;
|
||||||
|
|
||||||
S32 btn_width = 80;
|
S32 btn_width = 80;
|
||||||
S32 wide_btn_width = 120;
|
S32 wide_btn_width = 136;
|
||||||
LLRect btn_rect;
|
LLRect btn_rect;
|
||||||
x = 3 * HPAD;
|
x = 3 * HPAD;
|
||||||
|
|
||||||
|
|||||||
@@ -148,9 +148,9 @@ and you can't send a folder.
|
|||||||
word_wrap="true" />
|
word_wrap="true" />
|
||||||
<button bottom_delta="-24" font="SansSerif" halign="center" height="20"
|
<button bottom_delta="-24" font="SansSerif" halign="center" height="20"
|
||||||
label="Open Attachment" label_selected="Open Attachment" left="7"
|
label="Open Attachment" label_selected="Open Attachment" left="7"
|
||||||
mouse_opaque="true" name="open_attachment" width="110" />
|
mouse_opaque="true" name="open_attachment" width="136" />
|
||||||
<line_editor bg_visible="false" border_visible="false" bottom_delta="3" enabled="false"
|
<line_editor bg_visible="false" border_visible="false" bottom_delta="3" enabled="false"
|
||||||
font="SansSerifSmall" height="16" is_unicode="false" left="120"
|
font="SansSerifSmall" height="16" is_unicode="false" left="146"
|
||||||
max_length="63" mouse_opaque="false" name="view_inventory_name"
|
max_length="63" mouse_opaque="false" name="view_inventory_name"
|
||||||
width="264" />
|
width="264" />
|
||||||
<icon bottom_delta="0" height="16" left_delta="0" mouse_opaque="false"
|
<icon bottom_delta="0" height="16" left_delta="0" mouse_opaque="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user