Summary: | digiKam Tabs in Scanning faces dialog need to be fixed | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | André Marcelo Alvarenga <alvarenga> |
Component: | Faces-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 4.12.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.3.0 | |
Sentry Crash Report: |
Description
André Marcelo Alvarenga
2013-12-21 03:11:01 UTC
This layout problem is due to QLabel named "cpuExplanation" plugged in Advanced page with properties setWordWrap enabled. This label take a priority in KTabWidget to resize it automatically when Advanced tab is selected. Sound like a problem in Qt (i tried to use QTabWidget instead). Code relevant is here : https://projects.kde.org/projects/extragear/graphics/digikam/repository/revisions/master/entry/utilities/facemanagement/facescandialog.cpp#L410 I reassing it... Gilles Caulier This problem was fixed in digiKam 5.2.0, but I don't know if this affects other software. Using Plasma 5.7.5, Frameworks 5.26 and Qt 5.7.0. It's fixed in digiKam since the port to Qt5. Gilles Caulier |