Difference between revisions of "Viewer 2 Tweaks/Beta 3"

From Second Life Wiki
Jump to navigation Jump to search
Line 31: Line 31:


''--Alexandrea Fride 22:08, 26 February 2010 (UTC)''
''--Alexandrea Fride 22:08, 26 February 2010 (UTC)''
==== Make Chat and IM Windows Transparent ====
* Navigate to: '''\skins\default\xui\en\widgets\'''
<pre>
Locate "floater.xml"
Locate the line: background_visible="true"
Change the value to: background_visible="false"
</pre>
''--Submitted by Sean McPherson - Posted by Dirk Talamasca 10:41 am (UTC) on Saturday, Feb 27, 2010''

Revision as of 03:44, 27 February 2010

A place to share tweaks for Viewer 2

XML modifications

Extend the Nearby Chat bar

  • In skins/default/xui/en/panel_nearby_chat_bar.xml

Change the max_width (pixels) to a more suitable value.

 <string name="max_width">
    320
 </string>

Try a value of 1000 or greater.

Hiding IM popups

  • Replace panel_instant_message.xml located in skins\default\xui\en

With the xml from

http://pastebin.com/7eZhHR82
this is not a perfect solution but best i can do

--Alexandrea Fride 22:08, 26 February 2010 (UTC)

Add BUILD option to the rightclick on object menu

  • Replace the contents of menu_object.xml located in skins\default\xui\en

With the xml from

 http://pastebin.com/RNneHXft 

--Alexandrea Fride 22:08, 26 February 2010 (UTC)

Make Chat and IM Windows Transparent

  • Navigate to: \skins\default\xui\en\widgets\
Locate "floater.xml"

Locate the line: background_visible="true"

Change the value to: background_visible="false"

--Submitted by Sean McPherson - Posted by Dirk Talamasca 10:41 am (UTC) on Saturday, Feb 27, 2010