Skip to content

UI - Font Size #515

Apr 19, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

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:

      <setting name="DefaultAppFont" serializeAs="String">
        <value>Segoe UI;9</value>
      </setting>

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@lbushey
Comment options

@lbushey
Comment options

@otykier
Comment options

Answer selected by lbushey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment