ColinDuquesnoy / QDarkStyleSheet

A dark style sheet for QtWidgets application
Other
2.76k stars 725 forks source link

Fix hidden background of widgets in QToolBox #324

Closed alexispr1 closed 8 months ago

alexispr1 commented 1 year ago

It seems that the background of widgets placed in QToolBox is hidden for dark and light themes:

Bug_backround_widgets_in_qtoolbox Bug_light_backround_widgets_in_qtoolbox

After modification:

Fix_backround_widgets_in_qtoolbox Fix_light_backround_widgets_in_qtoolbox

ccordoba12 commented 9 months ago

@alexispr1, sorry for the big delay in answering. The changes look good to me, but they need to be done to our main sass file:

https://github.com/ColinDuquesnoy/QDarkStyleSheet/blob/master/qdarkstyle/qss/_styles.scss

Let us know if you're ok with doing that change or prefer us to do it.