From 702d23ad0e0c6144c16686555615205ea661f49a Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Wed, 6 Jun 2018 13:48:04 +0200 Subject: [PATCH] CURA-5357 set showcase to max 3 items per row --- plugins/Toolbox/resources/qml/ToolboxDownloadsShowcase.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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