General update

This commit is contained in:
Digital Artifex
2026-08-15 10:01:22 -04:00
parent f69ba41046
commit a776997119
2 changed files with 72 additions and 47 deletions
+4 -3
View File
@@ -33,8 +33,8 @@ Item
{
id: resultDelegate
width: 256
height: 245
width: resultWidth
height: resultHeight
required property string name
required property string author
@@ -47,7 +47,8 @@ Item
SearchResultItem
{
anchors.fill: parent
title: parent.author
title: parent.name
author: parent.author
description: parent.description
thumbnail: parent.thumbnail
uuid: parent.uuid