AtomMaterialUI / material-theme-ui-lite

Material Theme Plugin for JetBrains IDEs (Lite version)
https://www.material-theme.com
MIT License
49 stars 9 forks source link

Scaling of lines in PyCharm SciView #145

Closed Ch-Meier closed 1 year ago

Ch-Meier commented 1 year ago

If you display an object (in this example a pandas.Series) in the ScieView in PyCharm, the index lines are scaled differently in height than the value columns. This means that the data and index get misaligned and you are also not able to scroll in the data, because the index does not seem to be taken into account for whether or not a scroll bar is present.

In the attached screenshot I used PyCharm Professional 2022.3.2 on Windows 11 22H2

image