mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
dankbar: add width/height deps to binding
This commit is contained in:
@@ -28,9 +28,9 @@ Item {
|
|||||||
readonly property real wing: gothEnabled ? barWindow._wingR : 0
|
readonly property real wing: gothEnabled ? barWindow._wingR : 0
|
||||||
readonly property real rt: (barConfig?.squareCorners ?? false) ? 0 : Theme.cornerRadius
|
readonly property real rt: (barConfig?.squareCorners ?? false) ? 0 : Theme.cornerRadius
|
||||||
|
|
||||||
readonly property string mainPath: generatePathForPosition()
|
readonly property string mainPath: { width; height; return generatePathForPosition(); }
|
||||||
readonly property string borderFullPath: generateBorderFullPath()
|
readonly property string borderFullPath: { width; height; return generateBorderFullPath(); }
|
||||||
readonly property string borderEdgePath: generateBorderEdgePath()
|
readonly property string borderEdgePath: { width; height; return generateBorderEdgePath(); }
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user