Skip to content
Snippets Groups Projects
Commit c527a5b7 authored by andrei.chegodaikin's avatar andrei.chegodaikin
Browse files

[*] replaced files "new-wallet_icon_dark" and "new-

wallet_icon_dark_hover" ".png" with similar ones, but ".svg"
parent f9e4bf81
No related branches found
No related tags found
3 merge requests!226Added logging of information about the command to the Service.,!225Added logging of information about the command to the Service.,!170Two wallet svg
Pipeline #6137 passed with stage
in 12 minutes and 47 seconds
This commit is part of merge request !170. Comments created here will be created in the context of that merge request.
......@@ -63,8 +63,8 @@
<file>screen/mobile/History/DapHistoryTopPanelForm.ui.qml</file>
<file>screen/DapAbstractMenuTabWidget.qml</file>
<file>screen/DapAbstractMenuTabWidgetForm.ui.qml</file>
<file>resources/icons/new-wallet_icon_dark_hover.png</file>
<file>resources/icons/new-wallet_icon_dark.png</file>
<file>resources/icons/new-wallet_icon_dark_hover.svg</file>
<file>resources/icons/new-wallet_icon_dark.svg</file>
<file>resources/icons/ic_arrow_drop_down.png</file>
<file>resources/icons/ic_arrow_drop_up.png</file>
<file>screen/desktop/Logs/DapLogsTab.qml</file>
......
<svg xmlns="http://www.w3.org/2000/svg" width="28.694" height="28.694" viewBox="0 0 28.694 28.694"><g transform="translate(0.036)"><rect width="28.694" height="28.694" transform="translate(-0.036)" fill="none"/><g transform="translate(-101.036 -415)"><g transform="translate(104 422)" fill="#211a3a" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="20" height="15" stroke="none"/><rect x="0.5" y="0.5" width="19" height="14" fill="none"/></g><g transform="translate(117 426)" fill="#211a3a" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="9" height="7" stroke="none"/><rect x="0.5" y="0.5" width="8" height="6" fill="none"/></g><path d="M64.382,997.192a1.019,1.019,0,1,0,1,1.018A1.016,1.016,0,0,0,64.382,997.192Zm0,.788a.231.231,0,0,1,0,.461.231.231,0,0,1,0-.461Z" transform="translate(56.269 -568.764)" fill="#fff" fill-rule="evenodd"/></g></g></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" width="28.694" height="28.694" viewBox="0 0 28.694 28.694"><g transform="translate(0.036)"><rect width="28.694" height="28.694" transform="translate(-0.036)" fill="none"/><g transform="translate(-101.036 -415)"><g transform="translate(104 422)" fill="#d51f5d" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="20" height="15" stroke="none"/><rect x="0.5" y="0.5" width="19" height="14" fill="none"/></g><g transform="translate(117 426)" fill="#d51f5d" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"><rect width="9" height="7" stroke="none"/><rect x="0.5" y="0.5" width="8" height="6" fill="none"/></g><path d="M64.382,997.192a1.019,1.019,0,1,0,1,1.018A1.016,1.016,0,0,0,64.382,997.192Zm0,.788a.231.231,0,0,1,0,.461.231.231,0,0,1,0-.461Z" transform="translate(56.269 -568.764)" fill="#fff" fill-rule="evenodd"/></g></g></svg>
\ No newline at end of file
......@@ -188,8 +188,8 @@ Item {
append({
name: qsTr("Wallet"),
page: dashboardScreen,
normalIcon: "qrc:/resources/icons/new-wallet_icon_dark.png",
hoverIcon: "qrc:/resources/icons/new-wallet_icon_dark_hover.png"
normalIcon: "qrc:/resources/icons/new-wallet_icon_dark.svg",
hoverIcon: "qrc:/resources/icons/new-wallet_icon_dark_hover.svg"
})
append({
name: qsTr("Wallet"),
......
......@@ -76,8 +76,8 @@ DapAbstractScreen
heightImageButton: 21 * pt
widthImageButton: 22 * pt
textButton: "New wallet"
normalImageButton: "qrc:/resources/icons/new-wallet_icon_dark.png"
hoverImageButton: "qrc:/resources/icons/new-wallet_icon_dark_hover.png"
normalImageButton: "qrc:/resources/icons/new-wallet_icon_dark.svg"
hoverImageButton: "qrc:/resources/icons/new-wallet_icon_dark_hover.svg"
indentImageLeftButton: 41 * pt
colorBackgroundNormal: "#070023"
colorBackgroundHover: "#D51F5D"
......
......@@ -106,8 +106,8 @@ DapTopPanel
anchors.right: parent.right
anchors.rightMargin: 24 * pt
anchors.verticalCenter: parent.verticalCenter
normalImageButton: "qrc:/resources/icons/new-wallet_icon_dark.png"
hoverImageButton: "qrc:/resources/icons/new-wallet_icon_dark_hover.png"
normalImageButton: "qrc:/resources/icons/new-wallet_icon_dark.svg"
hoverImageButton: "qrc:/resources/icons/new-wallet_icon_dark_hover.svg"
implicitHeight: 36 * pt
implicitWidth: 120 * pt
widthImageButton: 28 * pt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment