gtk2/testsuite/reftests/image-load-from-file.ui
Benjamin Otte bf2a93ca0e reftests: Fix image-load-from-file test
- Images are always correctly sized
- Use a GtkPicture for the large file
2019-03-29 09:56:52 +01:00

23 lines
664 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkWindow" id="window1">
<property name="type">popup</property>
<child>
<object class="GtkBox" id="box1">
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="image1">
<property name="file">green-20x20.png</property>
</object>
</child>
<child>
<object class="GtkPicture" id="image2">
<property name="paintable">marble.xpm</property>
</object>
</child>
</object>
</child>
</object>
</interface>