diff --git a/components/filedialog/CurrentItem.qml b/components/filedialog/CurrentItem.qml index 9c889bbb..4151c8e0 100644 --- a/components/filedialog/CurrentItem.qml +++ b/components/filedialog/CurrentItem.qml @@ -18,7 +18,7 @@ Item { ShapePath { id: path - readonly property real rounding: Tokens.rounding.medium + readonly property real rounding: root.Tokens.rounding.medium readonly property bool flatten: root.implicitHeight < rounding * 2 readonly property real roundingY: flatten ? root.implicitHeight / 2 : rounding