CURA-5357 set showcase to max 3 items per row

This commit is contained in:
Jack Ha 2018-06-06 13:48:04 +02:00
parent 9fd9bd35dc
commit 702d23ad0e

View file

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