File 2005-sddm.patch of Package plasma6-workspace
diff --git a/lookandfeel/components/Clock.qml b/lookandfeel/components/Clock.qml
index a0ef6127a329a6b5d2b42412828d45c5dff14309..cd2d424819269ae53e0ffe3331394d9c394cf9ad 100644
--- a/lookandfeel/components/Clock.qml
+++ b/lookandfeel/components/Clock.qml
@@ -21,7 +21,7 @@ ColumnLayout {
textFormat: Text.PlainText
style: root.softwareRendering ? Text.Outline : Text.Normal
styleColor: root.softwareRendering ? Kirigami.Theme.backgroundColor : "transparent" //no outline, doesn't matter
- font.pointSize: Math.round(Kirigami.Theme.defaultFont.pointSize * 4.8)
+ font.pointSize: Kirigami.Theme.defaultFont.pointSize * 4.8
Layout.alignment: Qt.AlignHCenter
}
PlasmaComponents3.Label {
@@ -29,7 +29,7 @@ ColumnLayout {
textFormat: Text.PlainText
style: root.softwareRendering ? Text.Outline : Text.Normal
styleColor: root.softwareRendering ? Kirigami.Theme.backgroundColor : "transparent" //no outline, doesn't matter
- font.pointSize: Math.round(Kirigami.Theme.defaultFont.pointSize * 2.4)
+ font.pointSize: Kirigami.Theme.defaultFont.pointSize * 2.4
Layout.alignment: Qt.AlignHCenter
}
P5Support.DataSource {