fractal/data/resources/ui/content-state-row.ui

22 lines
602 B
Text
Raw Normal View History

2021-04-27 11:03:58 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="ContentStateRow" parent="AdwBin">
<property name="child">
<object class="GtkBox">
<property name="spacing">6</property>
<property name="orientation">vertical</property>
<child>
<object class="AdwBin" id="content" />
</child>
<child type="end">
<object class="GtkLabel" id="timestamp">
<style>
<class name="timestamp"/>
</style>
</object>
</child>
</object>
</property>
</template>
</interface>