[games/chessament] src/qml: Threat all table delegates as plain text

Manuel Alcaraz Zambrano <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit e7da0d6b585b71d8c0da8cd39b8fa851d6557437 by Manuel Alcaraz Zambrano.
Committed on 04/08/2026 at 10:03.
Pushed by manuelal into branch 'master'.

Threat all table delegates as plain text

M  +4    -1    src/qml/TableDelegate.qml

https://invent.kde.org/games/chessament/-/commit/e7da0d6b585b71d8c0da8cd39b8fa851d6557437

diff --git a/src/qml/TableDelegate.qml b/src/qml/TableDelegate.qml
index e565fd6..aa8a01b 100644
--- a/src/qml/TableDelegate.qml
+++ b/src/qml/TableDelegate.qml
@@ -89,7 +89,10 @@ T.ItemDelegate {
 
     contentItem: Delegates.DefaultContentItem {
         itemDelegate: root
-        labelItem.horizontalAlignment: root.model.textAlignment ?? Qt.AlignLeading
+        labelItem {
+            horizontalAlignment: root.model.textAlignment ?? Qt.AlignLeading
+            textFormat: Text.PlainText
+        }
     }
 
     Accessible.role: Accessible.Cell
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.