danirabbit / harvey

The hero that Gotham needs right now
GNU General Public License v3.0
55 stars 6 forks source link

Add eyedropper to main view? #8

Open tomires opened 7 years ago

tomires commented 7 years ago

I think it would be awesome to have the eyedropper accessible straight from the main window. It has a potential to save a bunch of clicks.

I am not familiar with Vala/GTK libs, is there an alternative to set_icon_from_icon_name that allows for multiple icons?

danirabbit commented 7 years ago

Gtk.Entry doesn't allow multiple icons, so you'd have to cheat it visually by restyling a button or something