From f16798f6e34fa3f80e1c7fce0e1b7208944c987b Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 12 Sep 2025 20:45:06 -0400 Subject: [PATCH] LockScreen: shorter tooltips --- Modules/LockScreen/LockScreen.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Modules/LockScreen/LockScreen.qml b/Modules/LockScreen/LockScreen.qml index 5bf3970..43ed2ed 100644 --- a/Modules/LockScreen/LockScreen.qml +++ b/Modules/LockScreen/LockScreen.qml @@ -750,7 +750,7 @@ Loader { id: shutdownTooltipText anchors.margins: Style.marginM * scaling anchors.fill: parent - text: "Shut down the computer." + text: "Shut down." font.pointSize: Style.fontSizeM * scaling horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter @@ -801,7 +801,7 @@ Loader { id: restartTooltipText anchors.margins: Style.marginM * scaling anchors.fill: parent - text: "Restart the computer." + text: "Restart." font.pointSize: Style.fontSizeM * scaling horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter @@ -853,7 +853,7 @@ Loader { id: suspendTooltipText anchors.margins: Style.marginM * scaling anchors.fill: parent - text: "Suspend the computer." + text: "Suspend." font.pointSize: Style.fontSizeM * scaling horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignVCenter