QRM manual test: give table cells more space

They are crammed on macOS to the point of being unusable. That might
need a fix in the style.

Pick-to: 6.10 6.10.0
Change-Id: I4c34b364d0ce4bcba38c1d51e0c3760b4b22f764
Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
This commit is contained in:
Volker Hilsheimer 2025-09-07 23:14:27 +02:00
parent b1e5b88e71
commit 06c23475be
1 changed files with 4 additions and 1 deletions

View File

@ -59,7 +59,10 @@ Rectangle {
columnSpacing: 5 columnSpacing: 5
clip: true clip: true
selectionModel: ItemSelectionModel {} selectionModel: ItemSelectionModel {}
delegate: TableViewDelegate {} delegate: TableViewDelegate {
implicitWidth: 50
implicitHeight: 20
}
} }
TreeView { TreeView {