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:
Martin Herkt 2012-05-09 05:26:34 +02:00 committed by John Maguire
parent 36903ee17f
commit 5b202b25fb
1 changed files with 5 additions and 1 deletions

View File

@ -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;