diff options
author | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2015-08-04 20:09:15 +0300 |
---|---|---|
committer | pavelkproductengine <pavelkproductengine@lindenlab.com> | 2015-08-04 20:09:15 +0300 |
commit | 3912e48c625a80a972969987b7589ff8b893eed8 (patch) | |
tree | fc5751796d6fc25a2856bae384378d1ea29a8861 /indra/newview/skins/default/xui/en/widgets | |
parent | 310ec101dfd2c69ecc1a51d0a3a8ea12d5fdaf7a (diff) | |
parent | 374a5b7dbe248eb62ab0fd919c13dd4fe41de3a2 (diff) |
merge changes for MAINT-4734
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets')
-rw-r--r-- | indra/newview/skins/default/xui/en/widgets/notification_list_view.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/notification_list_view.xml b/indra/newview/skins/default/xui/en/widgets/notification_list_view.xml new file mode 100644 index 0000000000..150225af27 --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/notification_list_view.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<notification_list_view + allow_select="false" + color="PanelFocusBackgroundColor" + item_pad="0" + keep_one_selected="false" + multi_select="false" + opaque="true"> + <flat_list_view + color="FloaterDefaultBackgroundColor" + follows="all" + layout="topleft" + name="notification_list" + left="1" + top="20" + height="0" + width="318"/> +</notification_list_view>
\ No newline at end of file |