mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 01:38:00 +00:00
fix(Tracer): Set high z order to avoid overlapping
In some cases, when used inside Dialog and layout, tracer was located under other components and was therefore invisible.
This commit is contained in:
parent
bd6dc02162
commit
05b6420f83
@ -5,6 +5,7 @@ import QtQuick.Layouts 1.14
|
||||
Rectangle {
|
||||
id: root
|
||||
|
||||
z: 1000
|
||||
border.color: 'red'
|
||||
color: 'transparent'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user