]> Pileus Git - ~andy/gtk/commit
Ensure pixbufs as entry icons get resized
authorCarlos Garnacho <carlos@lanedo.com>
Fri, 13 Jul 2012 13:55:44 +0000 (15:55 +0200)
committerCarlos Garnacho <carlos@lanedo.com>
Fri, 13 Jul 2012 14:56:37 +0000 (16:56 +0200)
commit77221c18a3e41d8ebd0754987359738b5bf6ab5d
tree3df403b69ed16be9d655756cc8cff9819eb24a28
parentb5d45a9edc68609608172c2aa3d9a494b137b16b
Ensure pixbufs as entry icons get resized

Entries don't expand vertically if they are given pixbufs larger
than the calculated height for the current font, resulting in
cropped icons, so force the pixbuf to be rescaled so it fits
on the entry allocated size.

https://bugzilla.gnome.org/show_bug.cgi?id=678087
gtk/gtkentry.c