summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-03-24 17:30:03 +0000
committerGitHub <noreply@github.com>2023-03-24 17:30:03 +0000
commit04df2cb87bf2f69d7bbd7583bc55decc1c41b822 (patch)
treef23bb7ecb9932a67eb5dca08b19c045eba002308
parentTranslated using Weblate (Turkish) (diff)
parentmake name and attribution in image pack settings plain text (diff)
downloadnheko-04df2cb87bf2f69d7bbd7583bc55decc1c41b822.tar.xz
Merge pull request #1430 from tastytea/fix-imagepack-texts
make name and attribution in image pack settings plain text
-rw-r--r--resources/qml/dialogs/ImagePackSettingsDialog.qml2
1 files changed, 2 insertions, 0 deletions
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 {