Dock: allow clicking outside of the dock on the left and right side
This commit is contained in:
parent
7f5d70bcc8
commit
26dc143b1d
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ Variants {
|
||||||
exclusionMode: ExclusionMode.Ignore
|
exclusionMode: ExclusionMode.Ignore
|
||||||
|
|
||||||
anchors.bottom: true
|
anchors.bottom: true
|
||||||
anchors.left: true
|
implicitWidth: dockContainer.width
|
||||||
anchors.right: true
|
|
||||||
focusable: false
|
focusable: false
|
||||||
color: Color.transparent
|
color: Color.transparent
|
||||||
implicitHeight: iconSize * 1.4 * scaling
|
implicitHeight: iconSize * 1.4 * scaling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue