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?
请先登录再写评论。
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.
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!
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.
Thanks for the update, I have found the corresponding bug, please vote: https://youtrack.jetbrains.com/issue/DBE-2411