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:
parent
32c5783c60
commit
8b3a689f8d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue