FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
204 stars 49 forks source link

Restore background to `RunningCueWidget` instances #213

Closed s0600204 closed 2 years ago

s0600204 commented 2 years ago

Recent commit 6fa0bfda0453d tweaked the dark-theme palette. This resulted in the List Layout's RunningCueWidgets to change appearance as depicted below (left: before; right: after):

Before and After

(Seems to be a side-effect of removing the background-color rule from the QWidget ruleset within the stylesheet.)

I'm guessing that this change to the background of the RunningCueWidget wasn't intended, so this PR restores it:

Result of PR Changes

You might notice that the new background is palette(mid) instead of palette(window) (the latter would be closer to the appearance pre- 6fa0bfda0453d). Feel free to change that if you prefer.

FrancescoCeruti commented 2 years ago

Thank you!