From 5a08ae0eab7ea95432cf2d7e0d1e5469b8bf8ecc Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 17 Nov 2021 10:52:33 +0100 Subject: [PATCH] Give the poor + a bit more breathing room It's a pandemic, we need to give operators a bit of room ;) --- plugins/Marketplace/resources/qml/ManagePackagesButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Marketplace/resources/qml/ManagePackagesButton.qml b/plugins/Marketplace/resources/qml/ManagePackagesButton.qml index 0dc33d62f3..1d23b3296a 100644 --- a/plugins/Marketplace/resources/qml/ManagePackagesButton.qml +++ b/plugins/Marketplace/resources/qml/ManagePackagesButton.qml @@ -10,7 +10,7 @@ import QtQuick.Controls 2.15 TabButton { id: root - width: UM.Theme.getSize("button_icon").width+UM.Theme.getSize("narrow_margin").width + width: UM.Theme.getSize("button_icon").width + UM.Theme.getSize("narrow_margin").width height: UM.Theme.getSize("button_icon").height hoverEnabled: true property color inactiveBackgroundColor : hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("detail_background")