mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 13:32:22 +00:00
refactor: move DownloadModal
to ui/shared/popups
This commit is contained in:
parent
549fa8712d
commit
4c5d6094ba
@ -3,9 +3,10 @@ import QtQuick.Controls 2.13
|
|||||||
import QtQuick.Layouts 1.13
|
import QtQuick.Layouts 1.13
|
||||||
|
|
||||||
import utils 1.0
|
import utils 1.0
|
||||||
import "../shared/status"
|
import "../status"
|
||||||
import "./"
|
import "../"
|
||||||
|
|
||||||
|
// TODO: replace with StatusModal
|
||||||
ModalPopup {
|
ModalPopup {
|
||||||
id: popup
|
id: popup
|
||||||
|
|
||||||
@ -27,7 +28,7 @@ ModalPopup {
|
|||||||
sourceSize.width: width * 2
|
sourceSize.width: width * 2
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: "../app/img/exclamation_outline.svg"
|
source: Style.svg("exclamation_outline")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user