Bug 179274 - "XMP" not underscored in settings dialog
Summary: "XMP" not underscored in settings dialog
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Setup-Metadata (show other bugs)
Version: 0.10.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-01 12:56 UTC by Mikolaj Machowski
Modified: 2022-01-22 08:10 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments
No underscore for XMP (32.32 KB, image/png)
2009-01-01 12:57 UTC, Mikolaj Machowski
Details

Note You need to log in before you can comment on or make changes to this bug.
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