From 179093c931264727e0867ba2596142d2429f647e Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:07:58 +0300 Subject: [PATCH] Show icons in styles list view on mobile device (#352) --- qgis-app/templates/base/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgis-app/templates/base/list.html b/qgis-app/templates/base/list.html index 9b863e23..6c5292b1 100644 --- a/qgis-app/templates/base/list.html +++ b/qgis-app/templates/base/list.html @@ -85,7 +85,7 @@

{% if title %}{{title}}{% else %}{% trans "All" %} {{ resource_name }}s{% en {% for object in object_list %} - + {% if object.thumbnail_image and object.thumbnail_image.file %} {% thumbnail object.thumbnail_image "420x420" format="PNG" as im %} {% trans