forked from AuroraMiddleware/gtk
a06b1ea1ba
Images with just an aspect ratio, but without a size, should be scaled to be fully visible in the given area. But we scaled them to completely cover the given area, which made them partially invisible. Reftest included.
11 lines
347 B
XML
11 lines
347 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="width_request">48</property>
|
|
<property name="height_request">24</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
</object>
|
|
</interface>
|