summaryrefslogtreecommitdiff
path: root/src/styles/Desktop/TableViewStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/Desktop/TableViewStyle.qml')
-rw-r--r--src/styles/Desktop/TableViewStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/Desktop/TableViewStyle.qml b/src/styles/Desktop/TableViewStyle.qml
index 716afa61..6cb13749 100644
--- a/src/styles/Desktop/TableViewStyle.qml
+++ b/src/styles/Desktop/TableViewStyle.qml
@@ -75,7 +75,7 @@ ScrollViewStyle {
active: hasActiveFocus
}
- property Component standardDelegate: Item {
+ property Component itemDelegate: Item {
height: Math.max(16, label.implicitHeight)
property int implicitWidth: sizehint.paintedWidth + 4