diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-07-20 16:51:21 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-07-20 16:51:21 +0300 |
commit | 74a54037298a19bb9c20331098182e82280a23ab (patch) | |
tree | 23f72b04ee3d209c6b5023ab85a1978986635ad0 /indra/newview/skins/default | |
parent | da0f280ec3989789db4d502f4b34797c03dea9fa (diff) |
MAINT-5370 FIXED [Notice] Hard to operate with notification window controls
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml b/indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml index 0fdd9ed0c6..b18c6b1e82 100644 --- a/indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml +++ b/indra/newview/skins/default/xui/en/floater_notifications_tabbed.xml @@ -40,15 +40,26 @@ name="title_notification_tabbed_window"> NOTIFICATIONS </string> - <layout_stack width="336" height="550" enabled="true" orientation="vertical" name="TabButtonsStack" follows="left|top|right|bottom"> - <layout_panel width="336" height="550" enabled="true" name="TabButtonsLayoutPanel"> + <layout_stack + width="336" + height="533" + enabled="true" + orientation="vertical" + name="TabButtonsStack" + follows="left|top|right|bottom" + top="17"> + <layout_panel + width="336" + height="530" + enabled="true" + name="TabButtonsLayoutPanel"> <tab_container follows="left|top|right|bottom" halign="center" layout="topleft" tab_position="top" left="7" - top="24" + top="7" width="336" height="491" mouse_opaque="true" |