Clean up ClideHandle.
This commit is contained in:
@@ -16,7 +16,7 @@ Rectangle {
|
||||
} else if (hovered) {
|
||||
return RustColors.hovered;
|
||||
} else {
|
||||
return "black";
|
||||
return "transparent";
|
||||
}
|
||||
}
|
||||
required property bool hovered
|
||||
@@ -25,6 +25,7 @@ Rectangle {
|
||||
border.color: currentColor
|
||||
color: currentColor
|
||||
implicitHeight: 8
|
||||
implicitWidth: 8
|
||||
radius: 2.5
|
||||
opacity: root.hovered ? 1.0 : 0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user