TokenSelectorNew renamed to TokenSelector
This commit is contained in:
parent
9f40251588
commit
25164cc45a
|
@ -319,7 +319,7 @@ Pane {
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
TokenSelectorNew {
|
TokenSelector {
|
||||||
collectiblesModel: adaptor.model
|
collectiblesModel: adaptor.model
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -171,7 +171,7 @@ Pane {
|
||||||
color: Theme.palette.baseColor3
|
color: Theme.palette.baseColor3
|
||||||
}
|
}
|
||||||
|
|
||||||
TokenSelectorNew {
|
TokenSelector {
|
||||||
id: panel
|
id: panel
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
|
@ -23,6 +23,6 @@ StatusNetworkListItemTag 1.0 StatusNetworkListItemTag.qml
|
||||||
StatusTxProgressBar 1.0 StatusTxProgressBar.qml
|
StatusTxProgressBar 1.0 StatusTxProgressBar.qml
|
||||||
SwapExchangeButton 1.0 SwapExchangeButton.qml
|
SwapExchangeButton 1.0 SwapExchangeButton.qml
|
||||||
SwapProvidersTermsAndConditionsText 1.0 SwapProvidersTermsAndConditionsText.qml
|
SwapProvidersTermsAndConditionsText 1.0 SwapProvidersTermsAndConditionsText.qml
|
||||||
|
TokenSelector 1.0 TokenSelector.qml
|
||||||
TokenSelectorButton 1.0 TokenSelectorButton.qml
|
TokenSelectorButton 1.0 TokenSelectorButton.qml
|
||||||
TokenSelectorCompactButton 1.0 TokenSelectorCompactButton.qml
|
TokenSelectorCompactButton 1.0 TokenSelectorCompactButton.qml
|
||||||
TokenSelectorNew 1.0 TokenSelectorNew.qml
|
|
||||||
|
|
|
@ -372,7 +372,7 @@ StatusDialog {
|
||||||
text: d.isBridgeTx ? qsTr("Bridge") : qsTr("Send")
|
text: d.isBridgeTx ? qsTr("Bridge") : qsTr("Send")
|
||||||
}
|
}
|
||||||
|
|
||||||
TokenSelectorNew {
|
TokenSelector {
|
||||||
id: holdingSelector
|
id: holdingSelector
|
||||||
objectName: "holdingSelector"
|
objectName: "holdingSelector"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue