diff --git a/dots/.config/quickshell/ii/modules/ii/regionSelector/CursorGuide.qml b/dots/.config/quickshell/ii/modules/ii/regionSelector/CursorGuide.qml index 4e04d5310..0cbec1297 100644 --- a/dots/.config/quickshell/ii/modules/ii/regionSelector/CursorGuide.qml +++ b/dots/.config/quickshell/ii/modules/ii/regionSelector/CursorGuide.qml @@ -65,7 +65,7 @@ Item { implicitWidth: root.showDescription ? contentRow.implicitWidth + padding * 2 : implicitHeight clip: true - topLeftRadius: root.showDescription ? implicitHeight / 2 : 6 + topLeftRadius: 6 bottomLeftRadius: implicitHeight - topLeftRadius bottomRightRadius: bottomLeftRadius topRightRadius: bottomLeftRadius @@ -86,7 +86,7 @@ Item { left: parent.left leftMargin: content.padding } - spacing: 10 + spacing: 12 MaterialSymbol { anchors.verticalCenter: parent.verticalCenter