[lockscreen] Do not elide username

wilder-portage-prov
Jacopo De Simoi 6 years ago
parent ebe6fffb03
commit 52fa01bb51
  1. 2
      lookandfeel/contents/components/UserDelegate.qml

@ -169,7 +169,7 @@ Item {
text: wrapper.name
style: softwareRendering ? Text.Outline : Text.Normal
styleColor: softwareRendering ? PlasmaCore.ColorScope.backgroundColor : "transparent" //no outline, doesn't matter
elide: Text.ElideRight
// elide: Text.ElideRight
horizontalAlignment: Text.AlignHCenter
//make an indication that this has active focus, this only happens when reached with keyboard navigation
font.underline: wrapper.activeFocus

Loading…
Cancel
Save