UI - Font Size #515
-
Hi, I searched documentation and wasn't able to find a way to bump up the font size. My eye sight is pretty poor, any way to make font a bit larger? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is actually possible by editing the In the .config file, locate this setting and change the <setting name="DefaultAppFont" serializeAs="String">
<value>Segoe UI;9</value>
</setting> |
Beta Was this translation helpful? Give feedback.
-
Is it possible to change font size in TabularEditor2? I was unable to locate the DefaultAppFont setting in the TabularEditor.exe.config file. |
Beta Was this translation helpful? Give feedback.
This is actually possible by editing the
TabularEditor3.exe.config
file located in the installation folder. We haven't documented it yet, since there's an issue currently, where the .config file gets replaced upon version upgrades.In the .config file, locate this setting and change the
9
to whatever value you prefer: