Desktop User Guides > Interviewer > Customizing the applications > Controlling the size of the contact outcome text displayed while interviewing
 
Controlling the size of the contact outcome text displayed while interviewing
1 Edit the IPlayerConsole.exe.config file: see Customizing the Interviewer Console.
2 Change the value for ContactOutcomeFontSize.
To use the default value (which is approximately 8.5pt) either comment out the setting, or set the value to empty.
Example
<appSettings>
  <add key="ContactOutcomeFontSize" value="24"/>
</appSettings>
See also
Customizing the applications