Merge pull request #1430 from tastytea/fix-imagepack-texts

make name and attribution in image pack settings plain text
This commit is contained in:
DeepBlueV7.X 2023-03-24 17:30:03 +00:00 committed by GitHub
commit 04df2cb87b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {