Bug 278958

Summary: "Contact List" icon text is always elided
Product: [Frameworks and Libraries] telepathy Reporter: Eckhart Wörner <ewoerner>
Component: presence-appletAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: minor CC: mklapetek
Priority: NOR    
Version: unspecified   
Target Milestone: 0.4.0   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Screen shot

Description Eckhart Wörner 2011-07-31 18:40:57 UTC
Created attachment 62394 [details]
Screen shot

Version:           unspecified (using KDE 4.7.0) 
OS:                Linux

"Contact List" is shortened as "Contact …", even though there's enough space available ("Account Manager" looks fine)

Reproducible: Always

Steps to Reproduce:
Open applet.

Actual Results:  
Applet shows "Contact …"

Expected Results:  
Applet shows "Contact List"
Comment 1 Martin Klapetek 2011-11-02 16:41:56 UTC
Relevant IRC conversation:

<sebas> give it enough width?
<sebas> or rather, just do not use IconWidget, but QIconItem for example
<sebas> it's easy enough to put the text underneath yourselfr
<sebas> -r
<sebas> then you can control how it's elided

Also the code reads "Contact list" and "Account Manager", so I recommend using "Contact List" to keep both strings properly capitalized.
Comment 2 Martin Klapetek 2011-12-21 13:26:24 UTC
The plasmoid was pretty much rewritten and lost the popup part. Since this is no more an issue, I'm closing it.