kcms/users: improve UI for the case where no real name is set
requested to merge ngraham/plasma-desktop:improve-users-kcm-ui-for-no-real-name-set-use-case into master
Currently the title of the list item is blank, leaving an awkward subtitle with nothing above it. This commit improves that to use the username as the title and avoid setting the subtitle at all, in the case where the user has not provided their real name.
BUG: 441821 FIXED-IN: 5.23
Real name set | No real name set |
---|---|
If folks don't like that the height of the list item changes in this case, that's easily fixed by setting reserveSpaceForSubtitle
to true.
cc @teams/vdg
Edited by Nate Graham