summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorcallum <none@none>2011-10-26 11:54:19 -0700
committercallum <none@none>2011-10-26 11:54:19 -0700
commit83633ddce761e1526c349b78efa43e466916feef (patch)
tree080203ec0019ec91f1e351b2e376da3853e1d8cf /indra
parent9bb730443456dd26c0812b96d5311ad11af02c51 (diff)
Add ignore_ui_scale="false" flag to login page web browser for testing putposes
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/skins/default/xui/en/panel_login.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml
index 1c3e08d59b..090c4e0d61 100644
--- a/indra/newview/skins/default/xui/en/panel_login.xml
+++ b/indra/newview/skins/default/xui/en/panel_login.xml
@@ -22,17 +22,18 @@ top="600"
<!-- *NOTE: Custom resize logic for login_html in llpanellogin.cpp -->
<web_browser
tab_stop="false"
-trusted_content="true"
-bg_opaque_color="Black"
-border_visible="false"
-bottom="600"
-follows="all"
-left="0"
-name="login_html"
-start_url=""
-top="0"
-height="600"
- width="980" />
+ trusted_content="true"
+ bg_opaque_color="Black"
+ border_visible="false"
+ bottom="600"
+ follows="all"
+ left="0"
+ name="login_html"
+ start_url=""
+ top="0"
+ height="600"
+ width="980"
+ ignore_ui_scale="false"/>
<layout_stack
follows="left|bottom|right"
name="login_widgets"