jcupitt / vipsdisp

Tiny libvips / gtk+4 image viewer
MIT License
130 stars 10 forks source link

Fix previous/next page icon on win32 #24

Closed kleisauke closed 10 months ago

kleisauke commented 10 months ago

Prefer the use of go-previous-symbolic and go-next-symbolic icons over media-seek-backward and media-seek-forward, as the former icons are available in GTK's default icon theme: https://gitlab.gnome.org/GNOME/gtk/-/tree/4.13.2/gtk/icons/scalable/actions

This would avoid having to depend on the Adwaita icon theme.

See: https://gitlab.gnome.org/GNOME/gtk/-/issues/3794

jcupitt commented 10 months ago

Oh, nice! Although the default icon theme is terrible and we should include something better, as well as this patch, of course.