Skip to content
Snippets Groups Projects
Commit 15cdfda6 authored by Eli Linden's avatar Eli Linden
Browse files

Sync with viewer-beta

parent 106c9124
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
auto_tile="true" auto_tile="true"
title="" title=""
initial_mime_type="text/html" initial_mime_type="text/html"
width="735"> width="780">
<layout_stack <layout_stack
bottom="775" bottom="775"
follows="left|right|top|bottom" follows="left|right|top|bottom"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
name="stack1" name="stack1"
orientation="vertical" orientation="vertical"
top="20" top="20"
width="725"> width="770">
<layout_panel <layout_panel
auto_resize="false" auto_resize="false"
default_tab_group="1" default_tab_group="1"
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
name="nav_controls" name="nav_controls"
top="400" top="400"
user_resize="false" user_resize="false"
width="725"> width="770">
<button <button
image_overlay="Arrow_Left_Off" image_overlay="Arrow_Left_Off"
image_disabled="PushButton_Disabled" image_disabled="PushButton_Disabled"
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
combo_editor.select_on_focus="true" combo_editor.select_on_focus="true"
tool_tip="Enter URL here" tool_tip="Enter URL here"
top_delta="0" top_delta="0"
width="627"> width="672">
<combo_box.commit_callback <combo_box.commit_callback
function="WebContent.EnterAddress" /> function="WebContent.EnterAddress" />
</combo_box> </combo_box>
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
follows="top|right" follows="top|right"
image_name="Lock2" image_name="Lock2"
layout="topleft" layout="topleft"
left_delta="575" left_delta="620"
top_delta="2" top_delta="2"
visible="false" visible="false"
tool_tip="Secured Browsing" tool_tip="Secured Browsing"
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
height="22" height="22"
layout="topleft" layout="topleft"
name="popexternal" name="popexternal"
right="725" right="770"
top_delta="-2" top_delta="-2"
width="22"> width="22">
<button.commit_callback <button.commit_callback
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
name="external_controls" name="external_controls"
top_delta="0" top_delta="0"
user_resize="false" user_resize="false"
width="540"> width="585">
<web_browser <web_browser
bottom="-22" bottom="-22"
follows="all" follows="all"
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
parse_urls="false" parse_urls="false"
text_color="0.4 0.4 0.4 1" text_color="0.4 0.4 0.4 1"
top_pad="5" top_pad="5"
width="520"/> width="495"/>
<progress_bar <progress_bar
color_bar="0.3 1.0 0.3 1" color_bar="0.3 1.0 0.3 1"
follows="bottom|right" follows="bottom|right"
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<menu_item_call.on_click <menu_item_call.on_click
function="InspectAvatar.Freeze"/> function="InspectAvatar.Freeze"/>
<menu_item_call.on_visible <menu_item_call.on_visible
function="InspectAvatar.VisibleFreezeEject"/> function="InspectAvatar.VisibleFreeze"/>
</menu_item_call> </menu_item_call>
<menu_item_call <menu_item_call
label="Eject" label="Eject"
...@@ -86,7 +86,23 @@ ...@@ -86,7 +86,23 @@
<menu_item_call.on_click <menu_item_call.on_click
function="InspectAvatar.Eject"/> function="InspectAvatar.Eject"/>
<menu_item_call.on_visible <menu_item_call.on_visible
function="InspectAvatar.VisibleFreezeEject"/> function="InspectAvatar.VisibleEject"/>
</menu_item_call>
<menu_item_call
label="Kick"
name="kick">
<menu_item_call.on_click
function="InspectAvatar.Kick"/>
<menu_item_call.on_visible
function="InspectAvatar.EnableGod"/>
</menu_item_call>
<menu_item_call
label="CSR"
name="csr">
<menu_item_call.on_click
function="InspectAvatar.CSR" />
<menu_item_call.on_visible
function="InspectAvatar.EnableGod" />
</menu_item_call> </menu_item_call>
<menu_item_call <menu_item_call
label="Debug Textures" label="Debug Textures"
......
...@@ -34,6 +34,14 @@ ...@@ -34,6 +34,14 @@
name="RegisterDateFormat"> name="RegisterDateFormat">
[REG_DATE] ([AGE]) [REG_DATE] ([AGE])
</string> </string>
<string
name="name_text_args">
[NAME]
</string>
<string
name="display_name_text_args">
[DISPLAY_NAME]
</string>
<layout_stack <layout_stack
name="layout" name="layout"
orientation="vertical" orientation="vertical"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment