Different font/line spacing for Data Tables?
Answered
IntelliJ IDEA 2016.3.5
Build #IU-163.13906.18, built on March 6, 2017
Licensed to ---------
Subscription is active until ------
JRE: 1.8.0_112-release-408-b6 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
When viewing the results of a database query, the result rows are too small and the text is unreadable.

I use a pretty big font with large line spacing in the editor which causes the issue in data tables. My base font is Fira Code size 16 with a 2.0 line spacing. If I reduce it to something like 12 with a 1.0 line spacing the rows are displayed fine. Is it possible to use different font settings specifically for the data tables?
Thanks
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/DBE-188.
Applying the editor font settings in Settings → Editor → Colors and fonts → Console Font fixed the height of result rows.
Actually as long as the Line spacing in Console Font is the same as the editor it should work. You can use a smaller font size. This is fine for my use, thanks!