reftests: Fix image-load-from-file test

- Images are always correctly sized
- Use a GtkPicture for the large file
This commit is contained in:
Benjamin Otte 2019-03-29 05:30:24 +01:00
parent 606aea2302
commit bf2a93ca0e
2 changed files with 3 additions and 18 deletions

View File

@ -6,23 +6,15 @@
<property name="type">popup</property>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="width_request">20</property>
<property name="height_request">20</property>
<property name="name">reference1</property>
<property name="halign">center</property>
</object>
</child>
<child>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<object class="GtkPicture" id="image2">
<property name="width_request">384</property>
<property name="height_request">384</property>
<property name="name">reference2</property>

View File

@ -2,25 +2,18 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="can_focus">False</property>
<property name="type">popup</property>
<child>
<object class="GtkBox" id="box1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="file">green-20x20.png</property>
</object>
</child>
<child>
<object class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="file">marble.xpm</property>
<object class="GtkPicture" id="image2">
<property name="paintable">marble.xpm</property>
</object>
</child>
</object>