You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First discussed on #8068 , but issue opened on request of @ccordoba12 .
When using the dark theme, the right sidebar that shows error/warning/etc. markers throughout the document is not offset to match the scrollbar like with the light theme, so the latter is not usable as an indicator of which should be visible. Compare the light theme:
With the dark theme:
Presumably, the warning bar needs to be offset by a distance equal to the scroll arrow widget on the top and bottom on the dark theme to avoid this problem.
Versions
Spyder version: 4.0 master, since dark theme implementation
Python version: 3.6-3.7
Qt version: 5.9.7
PyQt version: 5.9.2
Operating System name/version: Windows 8.1 Pro x64
Dependencies
qdarkstyle 2.6.8
The text was updated successfully, but these errors were encountered:
First discussed on #8068 , but issue opened on request of @ccordoba12 .
When using the dark theme, the right sidebar that shows error/warning/etc. markers throughout the document is not offset to match the scrollbar like with the light theme, so the latter is not usable as an indicator of which should be visible. Compare the light theme:
With the dark theme:
Presumably, the warning bar needs to be offset by a distance equal to the scroll arrow widget on the top and bottom on the dark theme to avoid this problem.
Versions
master
, since dark theme implementationDependencies
qdarkstyle 2.6.8
The text was updated successfully, but these errors were encountered: