From 2a0a099397e4ed8cf079c061a2d56de6843d11a1 Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Tue, 23 Oct 2018 10:04:21 -0700 Subject: [PATCH] adding steam svg --- interface/resources/images/steam.svg | 4 ++++ interface/resources/qml/LoginDialog/LinkAccountBody.qml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 interface/resources/images/steam.svg diff --git a/interface/resources/images/steam.svg b/interface/resources/images/steam.svg new file mode 100644 index 0000000000..642941abf3 --- /dev/null +++ b/interface/resources/images/steam.svg @@ -0,0 +1,4 @@ + + + + diff --git a/interface/resources/qml/LoginDialog/LinkAccountBody.qml b/interface/resources/qml/LoginDialog/LinkAccountBody.qml index 323fa785f0..570aea9635 100644 --- a/interface/resources/qml/LoginDialog/LinkAccountBody.qml +++ b/interface/resources/qml/LoginDialog/LinkAccountBody.qml @@ -504,7 +504,7 @@ Item { anchors.right: steamIconLabel.left; anchors.rightMargin: 5; anchors.verticalCenter: parent.verticalCenter; - source: "images/steam.svg"; + source: "../../images/steam.svg"; horizontalAlignment: Image.AlignHCenter; sourceSize.width: signUpButton.fontSize + 3 sourceSize.height: signUpButton.fontSize + 3