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