tweak: switch to round icons
This commit is contained in:
BIN
fonts/MaterialIconsRound-Regular.otf
Normal file
BIN
fonts/MaterialIconsRound-Regular.otf
Normal file
Binary file not shown.
Binary file not shown.
@@ -955,7 +955,7 @@ end
|
|||||||
function ass_mt:icon(x, y, size, name, opts)
|
function ass_mt:icon(x, y, size, name, opts)
|
||||||
opts = opts or {}
|
opts = opts or {}
|
||||||
opts.size = size
|
opts.size = size
|
||||||
opts.font = 'MaterialIconsSharp-Regular'
|
opts.font = 'MaterialIconsRound-Regular'
|
||||||
self:txt(x, y, opts.align or 5, name, opts)
|
self:txt(x, y, opts.align or 5, name, opts)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user