UN-GCPDS / qt-material

Material inspired stylesheet for PySide2, PySide6, PyQt5 and PyQt6
https://qt-material.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
2.22k stars 240 forks source link

fixed displaying TabBar left/right arrows #78

Closed gustavo-iniguez-goya closed 1 year ago

gustavo-iniguez-goya commented 1 year ago

When the TabBar scroll buttons were shown, the arrows were not displayed correctly #62

With this change, now the arrows are displayed as expected:

When the scroll is at the left (left scroll button disabled): image

While the scroll in the middle (both scroll buttons active): image

When the scroll at the right (right scroll button disabled): image