jcupitt / vipsdisp

Tiny libvips / gtk+4 image viewer
MIT License
143 stars 11 forks source link

Fix previous/next page icon on win32 #24

Closed kleisauke closed 1 year ago

kleisauke commented 1 year 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 1 year ago

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