diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2023-03-24 17:30:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 17:30:03 +0000 |
commit | 04df2cb87bf2f69d7bbd7583bc55decc1c41b822 (patch) | |
tree | f23bb7ecb9932a67eb5dca08b19c045eba002308 | |
parent | Translated using Weblate (Turkish) (diff) | |
parent | make name and attribution in image pack settings plain text (diff) | |
download | nheko-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.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 { |