From 1c4ba10b19964a71383866c6fd5d72720cae8494 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 19 Aug 2023 00:27:14 +0200 Subject: [PATCH] Fix QML layout issue Fixes #20 --- scans2pdf_gui/qml/detail.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/scans2pdf_gui/qml/detail.qml b/scans2pdf_gui/qml/detail.qml index 2103c54..555722b 100644 --- a/scans2pdf_gui/qml/detail.qml +++ b/scans2pdf_gui/qml/detail.qml @@ -341,7 +341,6 @@ Page { } Label { Layout.fillWidth: true - Layout.maximumWidth: parent.width wrapMode: Label.Wrap text: N_("Lossy JBIG2 compression can alter text in a way that is not noticeable as corruption (e.g. the numbers '6' and '8' get replaced)") }