mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
CURA-5357 set showcase to max 3 items per row
This commit is contained in:
parent
9fd9bd35dc
commit
702d23ad0e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue