Changed how the 'client' column in avatar radar is handled. Initially was not designed nor tested to be toggleable on user-demand (was one shot deal depending on detected grid).

This commit is contained in:
Shyotl
2013-01-15 23:14:58 -06:00
parent a6e3352073
commit 6894d4c0bc
2 changed files with 47 additions and 25 deletions

View File

@@ -6461,6 +6461,17 @@ This should be as low as possible, but too low may break functionality</string>
<key>Value</key>
<integer>52</integer>
</map>
<key>RadarColumnNameWidth</key>
<map>
<key>Comment</key>
<string>Width for radar's name column</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>80</integer>
</map>
<key>RadarColumnMarkHidden</key>
<map>
<key>Comment</key>