TokenSelectorNew renamed to TokenSelector

This commit is contained in:
Michał Cieślak 2024-09-18 13:24:56 +02:00 committed by Michał
parent 9f40251588
commit 25164cc45a
5 changed files with 4 additions and 4 deletions

View File

@ -319,7 +319,7 @@ Pane {
ColumnLayout { ColumnLayout {
anchors.fill: parent anchors.fill: parent
TokenSelectorNew { TokenSelector {
collectiblesModel: adaptor.model collectiblesModel: adaptor.model
} }

View File

@ -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

View File

@ -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

View File

@ -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"