Fix title bar blocking toucher input
This commit is contained in:
parent
ada190fe03
commit
270976aa44
@ -61,7 +61,7 @@ public struct Window: WinUISceneElement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.titleBar(),
|
.titleBar(),
|
||||||
height: 48,
|
height: customTitle ? 48 : 1,
|
||||||
margin: (48, 0, 0, 0),
|
margin: (48, 0, 0, 0),
|
||||||
verticalAlignment: .top
|
verticalAlignment: .top
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user