mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-18 20:40:43 +01:00
Fix visualization overlay transparency
Same as the pretty OSD: Certain widget styles would paint their own background and obscure the visualization with it. Fix by setting background color to transparent. Fixes issue #2927
This commit is contained in:
parent
36903ee17f
commit
5b202b25fb
@ -14,7 +14,11 @@
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">#frame {
|
||||
<string notr="true">VisualisationOverlay {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#frame {
|
||||
background-color: rgba(96, 59, 25, 70%);
|
||||
border-top-left-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user