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
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ ApplicationWindow {
|
||||||
horizontalAlignment: TextEdit.AlignHCenter
|
horizontalAlignment: TextEdit.AlignHCenter
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.preferredWidth: packinfoC.width - Nheko.paddingLarge * 2
|
Layout.preferredWidth: packinfoC.width - Nheko.paddingLarge * 2
|
||||||
|
textFormat: TextEdit.PlainText
|
||||||
}
|
}
|
||||||
|
|
||||||
MatrixText {
|
MatrixText {
|
||||||
|
|
@ -173,6 +174,7 @@ ApplicationWindow {
|
||||||
horizontalAlignment: TextEdit.AlignHCenter
|
horizontalAlignment: TextEdit.AlignHCenter
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
Layout.preferredWidth: packinfoC.width - Nheko.paddingLarge * 2
|
Layout.preferredWidth: packinfoC.width - Nheko.paddingLarge * 2
|
||||||
|
textFormat: TextEdit.PlainText
|
||||||
}
|
}
|
||||||
|
|
||||||
GridLayout {
|
GridLayout {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue