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:
Michał Cieślak 2023-02-01 00:15:50 +01:00 committed by Michał
parent bd6dc02162
commit 05b6420f83
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import QtQuick.Layouts 1.14
Rectangle {
id: root
z: 1000
border.color: 'red'
color: 'transparent'