Applies to:
UCX Console clients, starting from 2020.Summer.1 release
Description:
This article explains how to change UCX Console font size in 5 different display areas:
-
Text within contacts and call lists
-
Header text of contacts and call lists
-
Text within a FlySearch panel
-
Phone number on main display (input box)
-
Phone number on main display (incoming call)
If you are increasing font size, please mind the PC screen resolution. If the font is very large, it might require to leverage a higher resolution monitor. Minimum resolution is 1440 x 900.
How-to:
-
Make sure that user you want to tweak is not logged in with own UCX Console
-
Please access to Imagicle VM through Remote Desktop and locate the following personal profile’s settings file: C:\Program Files (x86)\StonevoiceAS\Settings\Users\<user_initials>\<username>\Attendant.UserSettings.config.xml where:
-
<user_initials> = First username letter
-
<username> = Actual user’s IAS username
-
-
Edit file with Notepad++ and add or amend the following settings, corresponding to above list:
-
<preference key="Appearence.CustomFontSize.RowDataTable" value="18" /> -
<preference key="Appearence.CustomFontSize.HeaderDataTable" value="18" /> -
<preference key="Appearence.CustomFontSize.FlySearchTextInput" value="18" /> -
<preference key="Appearence.CustomFontSize.CallDisplayNumberInput" value="18" /> -
<preference key="Appearence.CustomFontSize.CallDisplayPhoneNumber" value="18" />
-
-
Settings values (in red) are in dots. Do not exceed 18 dots, to avoid unreadable GUI.
-
In same file, you can also amend overall font profile, through this setting:
-
<preference key="Appearence.FontSize" value="Medium" />
-
-
Available values are: Small, Medium and Large
-
Save file. Settings are applied on the fly and they will be available at next BAE login