Remove fixed height of installed plugin name label

Fixes #5755
This commit is contained in:
Jaime van Kessel 2019-05-20 09:19:39 +02:00
parent 0555cbae4e
commit cb68a1f100

View file

@ -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