info: use resource instead of pixbuf to load SVG

This will let us load the image with appropriate scale factor when
necessary.

https://bugzilla.gnome.org/show_bug.cgi?id=733417
This commit is contained in:
Cosimo Cecchi 2014-07-19 13:07:50 -07:00
parent 32c5783c60
commit 8b3a689f8d

View file

@ -205,7 +205,7 @@
<object class="GtkImage" id="system_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="pixbuf">GnomeLogoVerticalMedium.svg</property>
<property name="resource">/org/gnome/control-center/info/GnomeLogoVerticalMedium.svg</property>
</object>
<packing>
<property name="expand">False</property>