diff options
author | tastytea <tastytea@tastytea.de> | 2023-03-24 18:19:43 +0100 |
---|---|---|
committer | tastytea <tastytea@tastytea.de> | 2023-03-24 18:19:43 +0100 |
commit | ead02fb6547917ad0a072799270ddf7957c03a5f (patch) | |
tree | f23bb7ecb9932a67eb5dca08b19c045eba002308 | |
parent | Translated using Weblate (Turkish) (diff) | |
download | nheko-ead02fb6547917ad0a072799270ddf7957c03a5f.tar.xz |
make name and attribution in image pack settings plain text
Otherwise, <foo> would be swallowed.
-rw-r--r-- | resources/qml/dialogs/ImagePackSettingsDialog.qml | 2 |
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 { |