Skip to content
Snippets Groups Projects
Commit f1c41c79 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

DN-120 "As a Viewer Developer, I want to update general preferences, so that...

DN-120 "As a Viewer Developer, I want to update general preferences, so that "Show Display Names" appears less intrusive"
DN-160 View Display Names Preference extends below border in preference
parent def038f0
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
height="15" height="15"
layout="topleft" layout="topleft"
left="30" left="30"
top_pad="15" top_pad="14"
name="maturity_desired_prompt" name="maturity_desired_prompt"
width="200"> width="200">
I want to access content rated: I want to access content rated:
...@@ -216,33 +216,42 @@ ...@@ -216,33 +216,42 @@
layout="topleft" layout="topleft"
left="30" left="30"
name="name_tags_textbox" name="name_tags_textbox"
top_pad="15" top_pad="14"
width="400"> width="400">
Name tags: Name tags:
</text> </text>
<radio_group <radio_group
control_name="AvatarNameTagMode" control_name="AvatarNameTagMode"
height="45" height="20"
layout="topleft" layout="topleft"
left="50" left="50"
top_pad="5"
name="Name_Tag_Preference"> name="Name_Tag_Preference">
<radio_item <radio_item
label="Off" label="Off"
name="radio" name="radio"
top_delta="20"
layout="topleft"
height="16"
left="0"
value="0" value="0"
width="75" /> width="75" />
<radio_item <radio_item
label="On" label="On"
left_delta="0" left_pad="0"
layout="topleft"
top_delta="0"
height="16"
name="radio2" name="radio2"
top_pad="5"
value="1" value="1"
width="75" /> width="75" />
<radio_item <radio_item
label="Show briefly" label="Show briefly"
left_delta="0" left_pad="0"
name="radio3" name="radio3"
top_pad="5" height="16"
layout="topleft"
top_delta="0"
value="2" value="2"
width="160" /> width="160" />
</radio_group> </radio_group>
...@@ -250,60 +259,45 @@ ...@@ -250,60 +259,45 @@
enabled_control="AvatarNameTagMode" enabled_control="AvatarNameTagMode"
control_name="RenderNameShowSelf" control_name="RenderNameShowSelf"
height="16" height="16"
label="Show my name" label="My name"
layout="topleft" layout="topleft"
left="70" left="70"
name="show_my_name_checkbox1" name="show_my_name_checkbox1"
top_pad="4" top_pad="0"
width="300" /> width="100" />
<check_box <check_box
control_name="NameTagShowFriends" control_name="NameTagShowUsernames"
enabled_control="AvatarNameTagMode" enabled_control="AvatarNameTagMode"
height="16" height="16"
label="Highlight friends" label="Usernames"
left_delta="0"
name="show_friends"
tool_tip="Highlight the name tags of your friends"
top_pad="2" />
<text
follows="left|top"
height="15"
layout="topleft" layout="topleft"
left="250" left_pad="70"
name="name_tags_textbox" name="show_slids"
top="175" tool_tip="Show username, like bobsmith123"
width="200"> top_delta="0" />
Tags show:
</text>
<check_box <check_box
control_name="NameTagShowGroupTitles" control_name="NameTagShowGroupTitles"
enabled_control="AvatarNameTagMode" enabled_control="AvatarNameTagMode"
height="16" height="16"
label="Group titles" label="Group titles"
left="265" layout="topleft"
left="70"
width="100"
name="show_all_title_checkbox1" name="show_all_title_checkbox1"
tool_tip="Show group titles, like Officer or Member" tool_tip="Show group titles, like Officer or Member"
top_pad="5" /> top_pad="5" />
<!--
<check_box
control_name="NameTagShowDisplayNames"
enabled_control="AvatarNameTagMode"
height="16"
label="Display names"
left_delta="0"
name="show_display_names"
tool_tip="Show display names, like José Sanchez"
top_pad="5" />
-->
<check_box <check_box
control_name="NameTagShowUsernames" control_name="NameTagShowFriends"
enabled_control="AvatarNameTagMode" enabled_control="AvatarNameTagMode"
height="16" height="16"
label="Usernames" label="Highlight friends"
left_delta="0" layout="topleft"
name="show_slids" left_pad="70"
tool_tip="Show username, like bobsmith123" name="show_friends"
top_pad="2" /> tool_tip="Highlight the name tags of your friends"
top_delta="0" />
<text <text
type="string" type="string"
length="1" length="1"
...@@ -312,7 +306,7 @@ ...@@ -312,7 +306,7 @@
layout="topleft" layout="topleft"
left="30" left="30"
name="effects_color_textbox" name="effects_color_textbox"
top="290" top_pad="9"
width="200"> width="200">
My effects: My effects:
</text> </text>
...@@ -374,6 +368,17 @@ ...@@ -374,6 +368,17 @@
name="item4" name="item4"
value="0" /> value="0" />
</combo_box> </combo_box>
<check_box
control_name="UseDisplayNames"
follows="top|left"
height="14"
label="View Display Names"
layout="topleft"
left="30"
name="display_names_check"
width="237"
tool_tip="Check to use display names in chat, IM, name tags, etc."
top_pad="20"/>
<text <text
type="string" type="string"
length="1" length="1"
...@@ -383,7 +388,7 @@ ...@@ -383,7 +388,7 @@
left="30" left="30"
mouse_opaque="false" mouse_opaque="false"
name="text_box3" name="text_box3"
top_pad="15" top_pad="10"
width="240"> width="240">
Busy mode response: Busy mode response:
</text> </text>
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
layout="topleft" layout="topleft"
left="77" left="77"
name="connection_port_enabled" name="connection_port_enabled"
top_pad="15" top_pad="20"
width="256"> width="256">
<check_box.commit_callback <check_box.commit_callback
function="Notification.Show" function="Notification.Show"
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
left="80" left="80"
mouse_opaque="false" mouse_opaque="false"
name="cache_size_label_l" name="cache_size_label_l"
top_pad="10" top_pad="20"
width="200"> width="200">
Cache size Cache size
</text> </text>
...@@ -195,7 +195,6 @@ ...@@ -195,7 +195,6 @@
control_name="CacheLocationTopFolder" control_name="CacheLocationTopFolder"
border_style="line" border_style="line"
border_thickness="1" border_thickness="1"
enabled="false"
follows="left|top" follows="left|top"
font="SansSerif" font="SansSerif"
height="23" height="23"
...@@ -387,27 +386,4 @@ ...@@ -387,27 +386,4 @@
name="web_proxy_port" name="web_proxy_port"
top_delta="0" top_delta="0"
width="145" /> width="145" />
<text
type="string"
length="1"
follows="left|top"
height="10"
layout="topleft"
left="30"
name="Communications:"
top_pad="5"
width="300">
Communications:
</text>
<check_box
control_name="UseDisplayNames"
follows="top|left"
height="15"
label="View Display Names"
layout="topleft"
left_delta="50"
name="display_names_check"
width="237"
tool_tip="Check to use display names in chat, IM, name tags, etc."
top_pad="10"/>
</panel> </panel>
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