mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-19 02:55:15 +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 utils 1.0
|
||||
import "./status"
|
||||
import "../"
|
||||
|
||||
Column {
|
||||
id: root
|
||||
@ -42,7 +42,7 @@ Column {
|
||||
sourceSize.width: width * 2
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: "../app/img/exclamation_outline.svg"
|
||||
source: Style.svg("exclamation_outline")
|
||||
}
|
||||
StyledText {
|
||||
id: txtValidationError
|
Loading…
x
Reference in New Issue
Block a user