Skip to content

Commit c25c943

Browse files
authored
Merge pull request #95 from qgis/fix_overlaping_icon
Update plugin icon thumbnail size to 48x48 for improved display
2 parents 941dc85 + 6ca94f1 commit c25c943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgis-app/plugins/templates/plugins/plugin_list_grid_card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<img alt="{% trans "Plugin icon" %}" src="{{ object.icon.url }}" />
5050
</figure>
5151
{% else %}
52-
{% thumbnail object.icon "256x256" format="PNG" as im %}
52+
{% thumbnail object.icon "48x48" format="PNG" as im %}
5353
<figure class="image is-48x48 m-0">
5454
<img alt="{% trans "Plugin icon" %}" src="{{ im.url }}" />
5555
</figure>

0 commit comments

Comments
 (0)