mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
make name and attribution in image pack settings plain text
Otherwise, <foo> would be swallowed.
This commit is contained in:
parent
357d7b9d99
commit
ead02fb654
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue