Bug 370216

Summary: breeze sddm theme could have the password and username field text centered
Product: [Plasma] plasmashell Reporter: Nikos Platis <nplatis>
Component: Global Theme packagesAssignee: Plasma Development Mailing List <plasma-devel>
Status: RESOLVED INTENTIONAL    
Severity: minor CC: filipfila.kde, nate, plasma-bugs
Priority: NOR    
Version: 5.8.0   
Target Milestone: 1.0   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Nikos Platis 2016-10-06 20:09:56 UTC
Everything in the new breeze sddm theme in Plasma 5.8.0 is centered on the screen. But when I start typing my password, the text is left-aligned in the password text field; this really does not look good. The same holds for the username field, if the user chooses to log in as "another" user.

I propose that the text on these two fields be centerer.

Reproducible: Always
Comment 1 Nikos Platis 2016-10-13 15:23:23 UTC
If this is ever implemented, the change should also be applied to the lock screen, where the password field is also left-aligned currently.
Comment 2 Filip Fila 2019-12-06 18:32:19 UTC
In both the login and logout screen we're using a generic Plasma component for the input field:

https://api.kde.org/frameworks/plasma-framework/html/classorg_1_1kde_1_1plasma_1_1components_1_1TextField.html

If we change the text to be centered we're creating an inconsistency.

I'm also not don't know if it's doable.

And I've also not really seen lock and login screens with this sort of a behavior.

Nate, what do you think?
Comment 3 Nate Graham 2019-12-06 18:51:15 UTC
I don't really think we should do this. As you've said, nothing else has the proposed behavior. It would feel weird and I guarantee that we would get bug reports about it.

Sorry. :)