diff --git a/plugins/Toolbox/resources/qml/ToolboxDownloadsShowcase.qml b/plugins/Toolbox/resources/qml/ToolboxDownloadsShowcase.qml index d3ce443704..5a8128b51e 100644 --- a/plugins/Toolbox/resources/qml/ToolboxDownloadsShowcase.qml +++ b/plugins/Toolbox/resources/qml/ToolboxDownloadsShowcase.qml @@ -19,10 +19,11 @@ Column color: UM.Theme.getColor("text_medium") font: UM.Theme.getFont("medium") } - Row + Grid { height: childrenRect.height spacing: UM.Theme.getSize("wide_margin").width + columns: 3 anchors { horizontalCenter: parent.horizontalCenter