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.27k stars 241 forks source link

QToolButton inside QDialog #43

Open pstavirs opened 2 years ago

pstavirs commented 2 years ago

With the change in 4025fe26b0f05b299264224ecdbb428da78747c9, tool buttons inside dialogs don't render - image

Commenting the QDialog QToolButton rule, renders it correctly - image

YeisonCardona commented 2 years ago

Hi @pstavirs

This is on Linux or Windows? Can you try changing the ẁidth in the CSS file: height: 35px;

pstavirs commented 2 years ago

I'm using the exported QSS on a Qt/C++ app on Windows 10

YeisonCardona commented 2 years ago

I will let the styles for QDialog QToolButton only for Linux for the moment.

pstavirs commented 2 years ago

Related: issue #46