| Summary: | Dialog for adding a vCard file has text layout issues (text cut off) | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Elias Probst <mail> |
| Component: | VCard file resource | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | GIT (master) | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kdepim-runtime/4d998c27dc0cb41e8b282aa1d9ea41e7c443e8cb | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Screenshot showing cut-off text in vCard file dialog | ||
Adding setMinimumSize(sizeHint()) should work around the issue with word-wrapped labels. Git commit 4d998c27dc0cb41e8b282aa1d9ea41e7c443e8cb by Montel Laurent. Committed on 11/01/2017 at 08:02. Pushed by mlaurent into branch 'master'. Allow to show text. QLabel + wordwrap doesn't work. So I replaced it with qtextedit in readonly Adding setMinimumSize(sizeHint()) doesn't work when we add it on each qlabel M +84 -60 resources/shared/singlefileresource/singlefileresourceconfigdialog_desktop.ui M +1 -1 resources/shared/singlefileresource/singlefileresourceconfigdialogbase.cpp https://commits.kde.org/kdepim-runtime/4d998c27dc0cb41e8b282aa1d9ea41e7c443e8cb |
Created attachment 103326 [details] Screenshot showing cut-off text in vCard file dialog The dialog for adding vCard files has layout issues - the text describing the various options is cut off in various places (see also attached screenshot). Running kdepim-runtime from git master 5ea7f32ea36b Qt 5.7.1