libmks/lib/mks-display.ui
Christian Hergert 6beaf8b925 lib: encapsulate GtkPicture within MksDisplay
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.
2023-02-14 11:18:48 -08:00

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>