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

Fixed transparency issues with tooltips

parent f853be5a
...@@ -136,7 +136,10 @@ ...@@ -136,7 +136,10 @@
<string>Set the display name shown to remote parties</string> <string>Set the display name shown to remote parties</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string>background-color: transparent;</string> <string>QLineEdit {
background-color: transparent;
}
</string>
</property> </property>
<property name="frame"> <property name="frame">
<bool>false</bool> <bool>false</bool>
...@@ -218,7 +221,10 @@ ...@@ -218,7 +221,10 @@
<string>Select your presence activity note</string> <string>Select your presence activity note</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string>background-color: transparent;</string> <string>QLineEdit {
background-color: transparent;
}
</string>
</property> </property>
<property name="frame"> <property name="frame">
<bool>false</bool> <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