antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.43k stars 78 forks source link

DrawHandler now supports HiDPI #168

Closed ilya-epifanov closed 5 years ago

ilya-epifanov commented 5 years ago

Before:

image

After:

image

antoyo commented 5 years ago

Please rebase on master and tests should pass.

ilya-epifanov commented 5 years ago

@antoyo Yep, it now passes the tests. :+1:

antoyo commented 5 years ago

Thanks.