From ead02fb6547917ad0a072799270ddf7957c03a5f Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 24 Mar 2023 18:19:43 +0100 Subject: [PATCH] make name and attribution in image pack settings plain text Otherwise, would be swallowed. --- resources/qml/dialogs/ImagePackSettingsDialog.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/qml/dialogs/ImagePackSettingsDialog.qml b/resources/qml/dialogs/ImagePackSettingsDialog.qml index a938bab8..76d84a07 100644 --- a/resources/qml/dialogs/ImagePackSettingsDialog.qml +++ b/resources/qml/dialogs/ImagePackSettingsDialog.qml @@ -165,6 +165,7 @@ ApplicationWindow { horizontalAlignment: TextEdit.AlignHCenter Layout.alignment: Qt.AlignHCenter Layout.preferredWidth: packinfoC.width - Nheko.paddingLarge * 2 + textFormat: TextEdit.PlainText } MatrixText { @@ -173,6 +174,7 @@ ApplicationWindow { horizontalAlignment: TextEdit.AlignHCenter Layout.alignment: Qt.AlignHCenter Layout.preferredWidth: packinfoC.width - Nheko.paddingLarge * 2 + textFormat: TextEdit.PlainText } GridLayout {