Desktop User Guides > Interviewer > Customizing the applications > Controlling the size of the text in the Interview case grid
 
Controlling the size of the text in the Interview case grid
1 Edit the IPlayerConsole.exe.config file: see Customizing the Interviewer Console.
2 Change the values for CaseGridFontSize and CaseGridRowHeight.
To use the default value (which is approximately 8.5pt) either comment out the setting, or set the value to empty.
Example
<applicationSettings>
  <Spss.DataCollection.Mobile.Properties.Settings>
    <setting name="CaseGridFontSize" serializeAs="String">
      <value>24</value>
    </setting>
    <setting name="CaseGridRowHeight" serializeAs="String">
      <value>24</value>
    </setting>
  </Spss.DataCollection.Mobile.Properties.Settings>
</applicationSettings>
See also
Customizing the applications