Please ignore this. I messed up the SVG badly.
On Thu, Jul 22, 2021 at 11:50 PM Deep Majumder
wrote:
> Hi everyone,
> I am setting the icon of a GtkEntry from a Gdk::PixBuf (using
> set_icon_from_pixbuf). The image I am using is an SVG. The `get_width()`
> method on the PixBuf returns 744 while
Hi everyone,
I am setting the icon of a GtkEntry from a Gdk::PixBuf (using
set_icon_from_pixbuf). The image I am using is an SVG. The `get_width()`
method on the PixBuf returns 744 while the `get_height()` method returns
1052. However, in the GtkEntry I get a very tiny (almost invisible) image.
How