Bug 352790

Summary: [Kf 5.13] cutted text strings
Product: [Plasma] plasmashell Reporter: Germano Massullo <germano.massullo>
Component: generalAssignee: David Edmundson <kde>
Status: RESOLVED FIXED    
Severity: normal CC: aspotashev, bhush94, kde, plasma-bugs, rdieter
Priority: NOR    
Version: 5.3.2   
Target Milestone: 1.0   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In: 5.6.0
Attachments: screenshot
Apper

Description Germano Massullo 2015-09-16 10:33:58 UTC
See screenshot

Reproducible: Always
Comment 1 Germano Massullo 2015-09-16 10:34:17 UTC
Created attachment 94594 [details]
screenshot
Comment 2 Rex Dieter 2015-09-16 13:11:21 UTC
I don't experience that, but I'm using English locale (and plasma-5.4.1, in case that matter's here)
Comment 3 Kai Uwe Broulik 2015-09-16 13:35:31 UTC
The ToolBox popup width is hardcoded to units.gridUnit * 14, it should either elide the labels or grow accordingly
Comment 4 Germano Massullo 2015-09-16 13:44:46 UTC
Created attachment 94598 [details]
Apper

Even Apper suffers from the same problem
Comment 5 Rex Dieter 2015-09-16 13:50:45 UTC
(In reply to Germano Massullo from comment #4)
> Even Apper suffers from the same problem

apper is a separate issue.  It is an issue with kde4 breeze widget style, see bug #345883 (which you seem to have already commented)
Comment 6 Germano Massullo 2015-09-16 13:56:35 UTC
(In reply to Rex Dieter from comment #5)
> (In reply to Germano Massullo from comment #4)
> > Even Apper suffers from the same problem
> 
> apper is a separate issue.  It is an issue with kde4 breeze widget style,
> see bug #345883 (which you seem to have already commented)
Right
Comment 7 Kai Uwe Broulik 2016-03-08 17:37:54 UTC
Git commit af861ab88fc545818995d3c3384791b7471bd19f by Kai Uwe Broulik.
Committed on 08/03/2016 at 17:37.
Pushed by broulik into branch 'Plasma/5.6'.

[Desktop Toolbox] Elide text rather than cutting it off

I tried making it dynamically sized but since it's inside a ListView
that would have become overly complicated.
FIXED-IN: 5.6.0

M  +1    -0    toolboxes/desktoptoolbox/contents/ui/ToolBoxItem.qml

http://commits.kde.org/plasma-desktop/af861ab88fc545818995d3c3384791b7471bd19f
Comment 8 Kai Uwe Broulik 2016-03-17 23:16:11 UTC
*** Bug 360637 has been marked as a duplicate of this bug. ***