Bug 179274

Summary: "XMP" not underscored in settings dialog
Product: [Applications] digikam Reporter: Mikolaj Machowski <mikmach>
Component: Setup-MetadataAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.10.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 7.6.0
Attachments: No underscore for XMP

Description Mikolaj Machowski 2009-01-01 12:56:45 UTC
Version:            (using Devel)
Compiler:          gcc4.3.2 
OS:                Linux
Installed from:    Compiled sources

"XMP isn't underscored in Settings dialog.

This is probably some weird bug with KDElibs (I think). Tried various combinations of text formatting and the only solution to get underscoring was change order of links.
Comment 1 Mikolaj Machowski 2009-01-01 12:57:37 UTC
Created attachment 29797 [details]
No underscore for XMP
Comment 2 Mikolaj Machowski 2009-01-01 12:59:55 UTC
Sorry, forgot one thing: this is in Metadata page.
Comment 3 caulier.gilles 2009-01-01 14:07:24 UTC
Sound like a Qt4 bug (QLabel), layout management using stylesheet code.

Look like when you open dialog to max, all become ok.

Gilles Caulier
Comment 4 caulier.gilles 2009-01-01 17:34:58 UTC
SVN commit 904204 by cgilles:

force QLabel to include empty line on bottom of style sheet to fix layout
BUG: 179274


 M  +7 -7      setupmetadata.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=904204