bilelmoussaoui / nautilus-git

Nautilus/Nemo extension to add important information about the current git directory
GNU General Public License v3.0
149 stars 9 forks source link

HiDPI scaling #4

Closed fbruetting closed 7 years ago

fbruetting commented 7 years ago

Here's a screenshot on my UHD screen, would you correct the icon scaling please? (But I must admit, that Fedora has several UI bugs recently, so I'm not sure if this is due to Fedora or your program).

bildschirmfoto vom 2017-02-11 20-15-17

bilelmoussaoui commented 7 years ago

Well, I don't hardcode the icon size at all. I'm using Gtk.IconSize.SMALL_TOOLBAR (=16px) https://github.com/bil-elmoussaoui/nautilus-git/blob/master/nautilus-git/git.py#L138 I think that it's an upstream issue... Anyway, i don't have a UHD screen to test it, but it would be really cool if you can try it with an other distro(Archlinux ?)

fbruetting commented 7 years ago

I can spin up a Debian VM, is this ok?

bilelmoussaoui commented 7 years ago

@fbruetting Perfect ! 👍

fbruetting commented 7 years ago

Ok, this "missing icon" icon is not scaled, but the Git icon is (after your work on refreshing the icon cache). So everything's fine.

bilelmoussaoui commented 7 years ago

Awesome 👍