diff --git a/plugins/Toolbox/resources/images/marketplace.png b/plugins/Toolbox/resources/images/marketplace.png deleted file mode 100644 index ca4f41820e..0000000000 Binary files a/plugins/Toolbox/resources/images/marketplace.png and /dev/null differ diff --git a/plugins/Toolbox/resources/images/shop.svg b/plugins/Toolbox/resources/images/shop.svg new file mode 100644 index 0000000000..64862834b0 --- /dev/null +++ b/plugins/Toolbox/resources/images/shop.svg @@ -0,0 +1,3 @@ + + + diff --git a/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml b/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml index de64eefff1..48d6c4836b 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2018 Ultimaker B.V. +// Copyright (c) 2020 Ultimaker B.V. // Toolbox is released under the terms of the LGPLv3 or higher. import QtQuick 2.10 @@ -92,11 +92,12 @@ Item Image { id: cloudMarketplaceButton - source: "../../images/marketplace.png" + source: "../../images/shop.svg" height: 45 width: height + sourceSize.width: width + sourceSize.height: height //width: UM.Theme.getSize("toolbox_header_tab").width - mipmap: true fillMode: Image.PreserveAspectFit MouseArea {