mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-11-05 08:21:10 +00:00
6beaf8b925
We don't need to do this manually now that we have GtkPicture working correctly with content-fit. We still want to maintain our own widget to manage things like grabs and all that though.
11 lines
276 B
XML
11 lines
276 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="MksDisplay" parent="GtkWidget">
|
|
<child>
|
|
<object class="GtkPicture" id="picture">
|
|
<property name="content-fit">scale-down</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|