Tabs seem to slip under the title bar
See original GitHub issueSummary
File tabs are barely visible, as if they were being pushed all the way up and under the window’s title bar.
I can only see the bottom parts of the tabs. Text (filenames) are not visible.
I haven’t had this issue before the latest update.
Expected behavior
Tabs are fully visible.
Actual behavior
Tabs are only partially visible. Even tab names are out of sight. The height of the visible area does not seem to change with resizing the window. Enabling/disabling various bars (e.g. navigation bar) also doesn’t affect the issue.
The attached screenshot shows how much of the tabs I have visible. I am using Natsuki dark theme. One tab is active, and the tab next to it is hovered over. There are other tabs further to the left of the shown tabs.
When I disable the plugin, tab height returns to normal.
Environment
WebStorm 2019.2.1 Build #WS-192.6262.59, built on August 20, 2019 Runtime version: 11.0.3+12-b304.39 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 1432M Cores: 4 Registry: debugger.watches.in.variables=false, ide.tree.ui.experimental=false, ide.balloon.shadow.size=0 Non-Bundled Plugins: io.acari.DDLCTheme, com.illuminatedcloud2.intellij, com.wix.eslint, some.awesome
Plugin version: 4.20.0 Plugin configuration (found in material_theme.xml):
<option name="darkTitleBar" value="true" />
<option name="highlightColorEnabled" value="true" />
<option name="isCompactMenus" value="true" />
<option name="isCompactStatusBar" value="true" />
<option name="isCompactTables" value="true" />
<option name="monochromeIcons" value="true" />
<option name="pristineConfig" value="false" />
<option name="treeFontSizeEnabled" value="true" />
<option name="tabFontSizeEnabled" value="true" />
<option name="upperCaseTabs" value="true" />
<option name="useMaterialFont2" value="true" />
<option name="treeFontSize" value="14" />
<option name="settingsSelectedTab" value="4" />
<option name="selectedTheme" value="NATSUKI" />
<option name="version" value="4.2.0" />```
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
Confirmed, the tab height issue is no more. Thank you for a job well done!
Awesome! Works. Thanks so much. 😃