Browse Source

changed opacity of tooltips to 0.5

Malte Veerman 10 năm trước cách đây
mục cha
commit
f521957cd4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {