Merge remote-tracking branch 'Liru/master'
This commit is contained in:
@@ -5918,7 +5918,7 @@ This should be as low as possible, but too low may break functionality</string>
|
||||
<key>EnableGestureSoundsSelf</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Play sounds from your gestures when EnableGestureSounds is false. (Useless otherewise)</string>
|
||||
<string>Play sounds from your gestures when EnableGestureSounds is false. (Useless otherwise)</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
/**
|
||||
* @brief How long to keep people who are gone in the list and in memory.
|
||||
*/
|
||||
const F32 DEAD_KEEP_TIME = 10.0f;
|
||||
const F32 DEAD_KEEP_TIME = 0.5f;
|
||||
|
||||
extern U32 gFrameCount;
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ Hover your mouse over the options for more help.
|
||||
(Owners are shown in bold)
|
||||
</text>
|
||||
<name_list allow_calling_card_drop="false" background_visible="true" bottom_delta="-88"
|
||||
column_padding="0" draw_border="true" draw_heading="true"
|
||||
column_padding="0" draw_border="true" draw_heading="true" multi_select="true"
|
||||
follows="left|top" heading_font="SansSerifSmall" heading_height="14"
|
||||
height="80" left="7" mouse_opaque="true" menu_file="menu_avs_list.xml"
|
||||
name="visible_members" width="404">
|
||||
|
||||
Reference in New Issue
Block a user