Commit 12330ed6 authored by Dan Pascu's avatar Dan Pascu

Fixed transparency issues with tooltips

parent f853be5a
......@@ -136,7 +136,10 @@
<string>Set the display name shown to remote parties</string>
</property>
<property name="styleSheet">
<string>background-color: transparent;</string>
<string>QLineEdit {
background-color: transparent;
}
</string>
</property>
<property name="frame">
<bool>false</bool>
......@@ -218,7 +221,10 @@
<string>Select your presence activity note</string>
</property>
<property name="styleSheet">
<string>background-color: transparent;</string>
<string>QLineEdit {
background-color: transparent;
}
</string>
</property>
<property name="frame">
<bool>false</bool>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment