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.4k stars 254 forks source link

Vertical slider fill is on the wrong side #108

Open steeley opened 10 months ago

steeley commented 10 months ago

the vertical slider widget with the round handle has the fill in the top half not the bottom half as it should be.

gustavo-iniguez-goya commented 10 months ago

hey @steeley , could you post a screenshot? it'll help to identify the problem more easily.

steeley commented 10 months ago

from your widget demo running: PySide 6.6.1 Python 3.12 OSX Ventura Intel MacBook Pro i9

slider

correct vertical slider with 'fill' at the bottom, from Qtdesigner on same system.

correct