GNOME Bugzilla – Bug 735110
Annotation window icons for closing and re-sizing are huge
Last modified: 2014-08-29 17:55:43 UTC
Created attachment 283976 [details] Funny looking annotation window The screenshot attached shows the problem with the huge icons. Also, the window is black because of another bug (https://bugzilla.gnome.org/show_bug.cgi?id=732211).
Created attachment 283977 [details] [review] Setting annotation window icon sizes The patch solves the problem with the icon sizes by loading them directly from the icon theme, as recommended on Gtk documentation. According to them, the function gtk_icon_size_register is deprecated and should not be used.
Created attachment 283978 [details] [review] Removing ev_annotation_window_get_icon_size With the previous patch, this function is no longer used.
Comment on attachment 283977 [details] [review] Setting annotation window icon sizes Thanks!
Comment on attachment 283978 [details] [review] Removing ev_annotation_window_get_icon_size Cool
Cool, pushed both to master. Thanks :)