forked from Shinonome/dots-hyprland
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user