[games/chessament] src/qml: Increase federation column default width
Manuel Alcaraz Zambrano <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ca258b6aaa4c447cd51a443db2f854538ae2d42b by Manuel Alcaraz Zambrano.
Committed on 03/08/2026 at 15:07.
Pushed by manuelal into branch 'master'.
Increase federation column default width
M +1 -1 src/qml/PlayersPage.qml
https://invent.kde.org/games/chessament/-/commit/ca258b6aaa4c447cd51a443db2f854538ae2d42b
diff --git a/src/qml/PlayersPage.qml b/src/qml/PlayersPage.qml
index 5114100..5c6e28e 100644
--- a/src/qml/PlayersPage.qml
+++ b/src/qml/PlayersPage.qml
@@ -23,7 +23,7 @@ TablePage {
Kirigami.ColumnView.fillWidth: true
- columnWidths: [55, 55, 300, 60, 90, 90, 100, 100, 100, 150, 50]
+ columnWidths: [55, 55, 300, 60, 90, 90, 100, 100, 150, 150, 50]
selectionBehavior: TableView.SelectRows
AddPlayerDialog {