diff options
author | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-26 16:29:47 +0200 |
---|---|---|
committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2010-03-26 16:29:47 +0200 |
commit | e962b8418f8a37c1d18743c31199dd9c33d5c74b (patch) | |
tree | 626c55b64b4814448da6a8da5d785cba90c18ebb /indra/newview | |
parent | 5f46430a1aa16212838dd7a9493a42fcb5e92ec3 (diff) |
fix for
EXT-6475 Scrollbar in the Notices panel is semitransparent and overlaps controls
(also for EXT-6374 Side Panel> Create a Notice> dialog boxes overrun up/down slider)
https://codereview.productengine.com/secondlife/r/100/
reviewed Leyla Farazha ,vsavchuk
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_notices.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_group_notices.xml b/indra/newview/skins/default/xui/en/panel_group_notices.xml index 731b3c119c..479629f6ea 100644 --- a/indra/newview/skins/default/xui/en/panel_group_notices.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notices.xml @@ -131,6 +131,7 @@ Maximum 200 per group daily Subject: </text> <line_editor + follows="left|top|right" border_style="line" border_thickness="1" height="16" @@ -153,6 +154,7 @@ Maximum 200 per group daily Message: </text> <text_editor + follows="left|top|right" height="90" layout="topleft" left_pad="3" @@ -173,6 +175,7 @@ Maximum 200 per group daily Attach: </text> <line_editor + follows="left|top|right" enabled="false" height="19" layout="topleft" @@ -222,7 +225,7 @@ Maximum 200 per group daily label="Send" label_selected="Send" layout="topleft" - right="-10" + right="-25" top_pad="10" name="send_notice" width="100" /> |