Merge pull request #1430 from tastytea/fix-imagepack-texts
make name and attribution in image pack settings plain text
This commit is contained in:
commit
04df2cb87b
@ -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 New Issue
Block a user