fix: file dialog Tokens access on non-item
This commit is contained in:
parent
9af39b6aa9
commit
f3bdb3b17a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue