You are not logged in.
Pages: 1
Hi.
The word "password" shifts incorrectly in lockscreen.
My desktop is KDE.
Here is the lockscreen pic.
Anyone knows how to fix that?
Thanks!
Last edited by koko271 (2022-05-22 13:50:29)
Offline
That's gonna be down to whatever screenlocker theme you're using there (seems the visual representation of the input line has too much letft&right padding or a fixed width or anything like that.
Offline
I guess I find the lockscreen conf.
/home/.local/share/plasma/look-and-feel/Your theme/contents/lockscreen/MainBlock.qmlI tried to tweak the width of password box to stretch the black rectangle in the picture.
So the error was resolved temporarily, though I think the real solution should be to move that black rectangle.
Does anyone have any ideas?
Current pic.
My username 'koko' isn't in the center now. ![]()
Here is password box code.
TextField {
id: passwordBox
font.pointSize: theme.defaultFont.pointSize + 1
Layout.fillWidth: true
placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Password")
focus: true
echoMode: TextInput.Password
inputMethodHints: Qt.ImhHiddenText | Qt.ImhSensitiveData | Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
enabled: !authenticator.graceLocked
placeholderTextColor: "#C3C7D1"
palette.text: "#C3C7D1"
background: Rectangle {
color: "#161925"
opacity: 0.7
radius: parent.width / 2
height: 30
width: 320
anchors.centerIn: parent
}Last edited by koko271 (2022-05-22 13:51:07)
Offline
Is this your personal theme or did you download it from somewhere?
In the latter case you should contact the author of the theme, in the former upload it somewhere so one can see more than an excerpt - and also change the subject of the thread to reflect that you seek help w/ the theme creation.
In any event, please replace the oversized (the board has a 250x250 px limit rule) w/ links.
Offline
Is this your personal theme or did you download it from somewhere?
In the latter case you should contact the author of the theme, in the former upload it somewhere so one can see more than an excerpt - and also change the subject of the thread to reflect that you seek help w/ the theme creation.In any event, please replace the oversized (the board has a 250x250 px limit rule) w/ links.
I downloaded from KDE store. You are right maybe I should contact the author. Thanks
Offline
Pages: 1