From cb68a1f100001fa2315b997afeaaddbdbf24980d Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 20 May 2019 09:19:39 +0200 Subject: [PATCH] Remove fixed height of installed plugin name label Fixes #5755 --- plugins/Toolbox/resources/qml/ToolboxInstalledTile.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Toolbox/resources/qml/ToolboxInstalledTile.qml b/plugins/Toolbox/resources/qml/ToolboxInstalledTile.qml index f50c3f3ac6..e47cde1bf4 100644 --- a/plugins/Toolbox/resources/qml/ToolboxInstalledTile.qml +++ b/plugins/Toolbox/resources/qml/ToolboxInstalledTile.qml @@ -48,7 +48,6 @@ Item { text: model.name width: parent.width - height: Math.floor(UM.Theme.getSize("toolbox_property_label").height) wrapMode: Text.WordWrap font: UM.Theme.getFont("large_bold") color: pluginInfo.color