tweak: switch to round icons

This commit is contained in:
tomasklaen
2022-09-13 11:48:49 +02:00
parent 079b0a4f50
commit 386953b78e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -955,7 +955,7 @@ end
function ass_mt:icon(x, y, size, name, opts)
opts = opts or {}
opts.size = size
opts.font = 'MaterialIconsSharp-Regular'
opts.font = 'MaterialIconsRound-Regular'
self:txt(x, y, opts.align or 5, name, opts)
end