refactor: move `ModuleWarning` to ui/shared/panels
This commit is contained in:
parent
cbfe90947e
commit
3ca3e53a0e
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue