Spyder: Under the dark theme, the right warning display sidebar is not offset to match the scroll bar position

Created on 27 May 2019  路  4Comments  路  Source: spyder-ide/spyder

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:

image

With the dark theme:

image

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

Editor Ui Bug

Most helpful comment

@jnsebgosselin, do you have any ideas about how we could solve this?

Yes I know why. I will fix it.

All 4 comments

@jnsebgosselin, do you have any ideas about how we could solve this?

@jnsebgosselin, do you have any ideas about how we could solve this?

Yes I know why. I will fix it.

Thanks @jnsebgosselin and @ccordoba12 !

Thanks a lot @jnsebgosselin!

Was this page helpful?
0 / 5 - 0 ratings