mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-31 16:56:05 +00:00
refactor: move BalanceValidator
to ui/shared/panels
This commit is contained in:
parent
5332236e7a
commit
0a9e4360ee
@ -3,7 +3,7 @@ import QtQuick.Controls 2.13
|
|||||||
import QtQuick.Layouts 1.13
|
import QtQuick.Layouts 1.13
|
||||||
|
|
||||||
import utils 1.0
|
import utils 1.0
|
||||||
import "./status"
|
import "../"
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: root
|
id: root
|
||||||
@ -42,7 +42,7 @@ Column {
|
|||||||
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")
|
||||||
}
|
}
|
||||||
StyledText {
|
StyledText {
|
||||||
id: txtValidationError
|
id: txtValidationError
|
Loading…
x
Reference in New Issue
Block a user