phpstorm database console - row height issue

已回答


A while ago I noticed the every time I  run an SQL query that returns rows in the database console, the result set line heights are 1/2 as high as the font. I can manually resize, but then on the next query, the line height returns to half height. I have looked everywhere I can think of, no settings for this. Any ideas?

0

First, please revert to the default Colors & Fonts scheme in Settings | Editor | Colors & Fonts.
If it doesn't resolve the issue, please upload the IDE log somewhere and send is the resulting, link, maybe something comes up there.

0

Thanks Eugene,

That got me in the right direction. After trying that, it fixed the issue. I then noticed that my scheme was built off of the "Material Theme" plugin and that is where the issue lied. I reset to Darcula and it works. I will just customize again from there. Thanks!

0

Issue found. If you edit the Colors & Fonts - Font to be Line Spacing 1.3 for example ... the Database console adopts this setting (which it shouldnt) and boom, the issue returns.

0

Thanks for the update, I have found the corresponding bug, please vote: https://youtrack.jetbrains.com/issue/DBE-2411

0

请先登录再写评论。