https://bugs.kde.org/show_bug.cgi?id=362986

--- Comment #13 from tomash...@gmail.com ---
So, in this file:
https://github.com/KDE/plasma-desktop/blob/master/applets/kicker/package/contents/ui/ItemGridDelegate.qml
changing line 86 

elide: Text.ElideRight

to

elide: Text.ElideMiddle

fixes this. Reading the documentation:
https://doc.qt.io/qt-6/qml-qtquick-text.html#elide-prop I have no idea why. If
I understand it correctly, seting the elide mode to something else but
ElideRight, it enables wrapping. However, the opposite seems to be true. 

By the way, is there a more intelligent way to test this than editing 

/usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemGridDelegate.qml

and loggin out and in? I tried playing with plasmashell --replace etc. with no
effect, plasmawindowed just shows the icon of the dashboard, but it does not
expand when clicked. I guess I should install KDE Neon in to a virtual machine,
but maybe there is a smarter solution?




(In reply to Björn Feber from comment #11)
> Weird, it works with a PlasmaComponents3 label.

What do you mean by that? I tried changind the line

PlasmaComponents.Label {

to

PlasmaComponents.Label {

but then Dashboard just does not show.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to