Skip to content

Commit

Permalink
Fix QML layout issue
Browse files Browse the repository at this point in the history
Fixes #20
  • Loading branch information
Unrud committed Aug 18, 2023
1 parent da84b82 commit 1c4ba10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scans2pdf_gui/qml/detail.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
}
Expand Down

0 comments on commit 1c4ba10

Please sign in to comment.