Autoformatting

This commit is contained in:
ItsLemmy
2025-11-17 19:53:17 -05:00
parent 0b4a7b2bcd
commit 1b114a0c5f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Item {
baseColor = Color.mOutline;
break;
}
return Qt.alpha(baseColor, Settings.data.notifications.backgroundOpacity || 1.0)
return Qt.alpha(baseColor, Settings.data.notifications.backgroundOpacity || 1.0);
}
}
+3 -3
View File
@@ -84,7 +84,7 @@ RowLayout {
Rectangle {
id: spinBoxContainer
implicitWidth: 120
implicitHeight: Math.round((root.baseSize - 4)/2)*2
implicitHeight: Math.round((root.baseSize - 4) / 2) * 2
radius: height * 0.5
color: Color.mSurfaceVariant
border.color: (root.hovering || decreaseArea.containsMouse || increaseArea.containsMouse) ? Color.mHover : Color.mOutline
@@ -215,7 +215,7 @@ RowLayout {
repeatTimer.start();
}
onReleased: stopRepeat()
onExited: stopRepeat()
onExited: stopRepeat()
}
}
@@ -314,7 +314,7 @@ RowLayout {
repeatTimer.start();
}
onReleased: stopRepeat()
onExited: stopRepeat()
onExited: stopRepeat()
}
}