mirror of https://github.com/qt/qtbase.git
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:
parent
b1e5b88e71
commit
06c23475be
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue