LockScreen: shorter tooltips
This commit is contained in:
parent
0f93797ab3
commit
f16798f6e3
1 changed files with 3 additions and 3 deletions
|
|
@ -750,7 +750,7 @@ Loader {
|
||||||
id: shutdownTooltipText
|
id: shutdownTooltipText
|
||||||
anchors.margins: Style.marginM * scaling
|
anchors.margins: Style.marginM * scaling
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: "Shut down the computer."
|
text: "Shut down."
|
||||||
font.pointSize: Style.fontSizeM * scaling
|
font.pointSize: Style.fontSizeM * scaling
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
@ -801,7 +801,7 @@ Loader {
|
||||||
id: restartTooltipText
|
id: restartTooltipText
|
||||||
anchors.margins: Style.marginM * scaling
|
anchors.margins: Style.marginM * scaling
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: "Restart the computer."
|
text: "Restart."
|
||||||
font.pointSize: Style.fontSizeM * scaling
|
font.pointSize: Style.fontSizeM * scaling
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
@ -853,7 +853,7 @@ Loader {
|
||||||
id: suspendTooltipText
|
id: suspendTooltipText
|
||||||
anchors.margins: Style.marginM * scaling
|
anchors.margins: Style.marginM * scaling
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: "Suspend the computer."
|
text: "Suspend."
|
||||||
font.pointSize: Style.fontSizeM * scaling
|
font.pointSize: Style.fontSizeM * scaling
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue