mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Change M/2 to XS wich is mathmatically the same value without division
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user