Browse Source

changed opacity of tooltips to 0.5

Malte Veerman 10 years ago
parent
commit
f521957cd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/contents/ui/PwmPoint.qml

+ 1 - 1
package/contents/ui/PwmPoint.qml

@@ -64,7 +64,7 @@ Rectangle {
         width: Math.max(pwm.width, temp.width)
         height: pwm.height + temp.height
         radius: 4
-        color: Qt.rgba(parent.color.r, parent.color.g, parent.color.b, 0.3)
+        color: Qt.rgba(parent.color.r, parent.color.g, parent.color.b, 0.5)
         visible: pwmMouse.containsMouse || drag.active
 
         Column {