mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Autoformatting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user