region selector: adjust cursor hint text

caelestia man told me always using droplet shape makes more sense. i'm indifferent between droplet and full-round, so sure...
This commit is contained in:
end-4
2026-01-11 13:19:13 +01:00
parent 803500c4b0
commit 07446b5399
@@ -65,7 +65,7 @@ Item {
implicitWidth: root.showDescription ? contentRow.implicitWidth + padding * 2 : implicitHeight implicitWidth: root.showDescription ? contentRow.implicitWidth + padding * 2 : implicitHeight
clip: true clip: true
topLeftRadius: root.showDescription ? implicitHeight / 2 : 6 topLeftRadius: 6
bottomLeftRadius: implicitHeight - topLeftRadius bottomLeftRadius: implicitHeight - topLeftRadius
bottomRightRadius: bottomLeftRadius bottomRightRadius: bottomLeftRadius
topRightRadius: bottomLeftRadius topRightRadius: bottomLeftRadius
@@ -86,7 +86,7 @@ Item {
left: parent.left left: parent.left
leftMargin: content.padding leftMargin: content.padding
} }
spacing: 10 spacing: 12
MaterialSymbol { MaterialSymbol {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter