diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-20 18:21:54 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-20 18:21:54 +0200 |
commit | da00631c638acbf3d3b6ecbe5edb5abecf03252c (patch) | |
tree | 2b4d0da5271714c8602d02a43273686d1eca4319 /indra/newview/skins/default/xui/en/widgets | |
parent | 4028b720c9143b98097be51f49cc5d3dd664c8ec (diff) |
Update for low bug EXT-4371 - Text from search history drop-down list merge with landmarks on 'Favorites Bar'.
Made border customisable in combo box.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/scroll_list.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/scroll_list.xml b/indra/newview/skins/default/xui/en/widgets/scroll_list.xml index 4520768216..63166f32b7 100644 --- a/indra/newview/skins/default/xui/en/widgets/scroll_list.xml +++ b/indra/newview/skins/default/xui/en/widgets/scroll_list.xml @@ -15,4 +15,6 @@ background_visible="true" heading_height="23" draw_border="false" - draw_heading="false" /> + draw_heading="false" + border.name="dig border" + border.bevel_style="in" /> |