refactor: move `ModuleWarning` to ui/shared/panels

This commit is contained in:
Pascal Precht 2021-10-14 13:35:37 +02:00 committed by Iuri Matias
parent cbfe90947e
commit 3ca3e53a0e
2 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ import QtMultimedia 5.13
import utils 1.0
import "../shared"
import "../shared/status"
import "../shared/panels"
import "../shared/popups"
import "./AppLayouts"
import "./AppLayouts/Timeline"

View File

@ -4,7 +4,7 @@ import QtQuick.Layouts 1.13
import QtGraphicalEffects 1.13
import utils 1.0
import "."
import "../"
Rectangle {
id: root
@ -68,7 +68,7 @@ Rectangle {
anchors.topMargin: 6
anchors.right: parent.right
anchors.rightMargin: 18
source: "img/close-white.svg"
source: Style.svg("close-white")
height: 20
width: 20
}