Change M/2 to XS wich is mathmatically the same value without division

This commit is contained in:
Corey Woodworth
2026-01-15 12:44:51 -05:00
parent be534d9ee6
commit c9c8393cf4
+3 -3
View File
@@ -91,8 +91,8 @@ RowLayout {
}
}
return I18n.tr("panels.indicator.default-value", {
"value": displayValue
});
"value": displayValue
});
}
function itemCount() {
@@ -226,7 +226,7 @@ RowLayout {
implicitHeight: 100
color: "transparent"
opacity: parent.active ? 0.3 : 0.0
radius: Style.iRadiusM / 2
radius: Style.iRadiusXS
Behavior on opacity {
NumberAnimation {