Skip to content
Snippets Groups Projects
Commit 0101a07f authored by NiranV's avatar NiranV
Browse files

Changed: Overhauled all tooltips in Preferences - Viewer with the new linebreak capabilities.

Added: Headers for the viewer location inputs.
parent 3a7c9077
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ width="510">
<panel
layout="topleft"
follows="left|top|right"
height="889"
height="929"
name="viewer_scroll_panel"
top="0"
left="0"
......@@ -208,7 +208,9 @@ width="510">
height="16"
initial_value="true"
label="Refresh Selection Outlines"
tool_tip="This option toggles whether the selection outlines should be refreshed or not. Enabling this option will have a big performance impact when selecting complex objects inworld."
tool_tip="This option toggles whether the selection outlines should be refreshed or not.
||&lt;icon&gt;Caution_Widget_Mini&lt;/icon&gt; Caution Badge
|Enabling this option will have a big performance impact when selecting complex objects inworld."
layout="topleft"
left="10"
name="FastSelectionUpdates"
......@@ -240,7 +242,7 @@ width="510">
width="600">
<radio_item
height="16"
label="Default"
label="Linden"
value="0"
tool_tip="This option changes the selection outline to look similar to the new default of Linden Labs."
layout="topleft"
......@@ -248,8 +250,6 @@ width="510">
top="0"
width="70">
<radio_item.check_button
image_overlay="Default_Widget"
image_overlay_alignment="left"
image_unselected="Checkbox_Off"
image_selected="Checkbox_On"
image_disabled="Checkbox_Off_Disabled"
......@@ -402,7 +402,7 @@ width="510">
height="16"
initial_value="true"
label="Enable Alt + Mouse zooming"
tool_tip="This option enables zooming around by pressing and holding the &lt;green&gt;ALT&lt;/green&gt; key and pressing &lt;green&gt;LeftMouseButton&lt;/blue&gt; anywhere."
tool_tip="This option enables zooming around by pressing and holding the &lt;green&gt;ALT&lt;/green&gt; key and pressing &lt;green&gt;LeftMouseButton&lt;/green&gt; anywhere."
layout="topleft"
left="10"
name="EnableAltZoom"
......@@ -594,7 +594,9 @@ width="510">
initial_value="true"
control_name="ObjectCacheEnabled"
label="Enable Object Cache"
tool_tip="This option toggles whether objects should be cached or not. The object cache is in the same folder as the normal cache but is independent of it. Warning do not disable this, you will become unable to 'Pay' items and you will see caching bugs!"
tool_tip="This option toggles whether objects should be cached or not. The object cache is in the same folder as the normal cache but is independent of it.
||&lt;icon&gt;Caution_Widget_Mini&lt;/icon&gt; Caution Badge
|Do not disable this, you will become unable to 'Pay' items and you will see caching bugs!"
left="10"
mouse_opaque="true"
name="ObjectCacheEnabled"
......@@ -610,7 +612,8 @@ width="510">
initial_value="false"
control_name="FastCacheFetchEnabled"
label="Enable Fast Cache Fetch"
tool_tip="This option enables fetching textures from the fast cache. &lt;red&gt;It is currently unknown what this option exactly does or if it has any noticeable impact.&lt;/red&gt;"
tool_tip="This option enables fetching textures from the fast cache.
||&lt;red&gt;It is currently unknown what this option exactly does or if it has any noticeable impact.&lt;/red&gt;"
left="10"
mouse_opaque="true"
name="FastCacheFetchEnabled"
......@@ -639,6 +642,18 @@ width="510">
width="200">
Viewer Folder Locations:
</text>
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="10"
name="logs_text"
top_pad="15"
width="160">
Cache:
</text>
<line_editor
control_name="CacheLocationTopFolder"
border_style="line"
......@@ -648,7 +663,7 @@ width="510">
layout="topleft"
left="10"
name="cache_location"
top_pad="15"
top_pad="5"
width="329" />
<button
follows="left|top"
......@@ -705,6 +720,18 @@ width="510">
function="Pref.ClearCache" />
</button>
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="10"
name="logs_text"
top_pad="8"
width="160">
Chatlog:
</text>
<line_editor
bottom="366"
enabled="false"
......@@ -716,7 +743,7 @@ width="510">
left="10"
mouse_opaque="false"
name="chatlog_path_string"
top_pad="15"
top_pad="5"
width="329"/>
<button
follows="left|top"
......@@ -774,6 +801,18 @@ width="510">
function="Pref.DeleteChatLogs" />
</button>
<text
type="string"
length="1"
follows="left|top"
height="12"
layout="topleft"
left="10"
name="logs_text"
top_pad="8"
width="160">
Viewer Logs:
</text>
<line_editor
bottom="366"
enabled="false"
......@@ -785,7 +824,7 @@ width="510">
left="10"
mouse_opaque="false"
name="log_path_string"
top_pad="15"
top_pad="5"
width="389"/>
<button
follows="left|top"
......
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