oknozor / freedesktop-icons

A rust freedestkop icon lookup implementation
MIT License
7 stars 14 forks source link

Size and scale mixed up in LookupBuilder #1

Closed skligys closed 2 years ago

skligys commented 2 years ago

I noticed that icon size and scale are reversed in the code:

https://github.com/oknozor/freedestkop-icons/blob/main/src/lib.rs#L121-L140

oknozor commented 2 years ago

Hey @skligys nice catch, its fixed now.

Thank you