1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="MousaiRecognizedPageTile">
<property name="layout-manager">
<object class="GtkBoxLayout">
<property name="orientation">vertical</property>
<property name="spacing">12</property>
</object>
</property>
<child>
<object class="GtkLabel" id="last_heard_label">
<style>
<class name="caption-heading"/>
</style>
</object>
</child>
<child>
<object class="MousaiSongTile" id="song_tile">
<property name="shows-select-button-on-hover">False</property>
</object>
</child>
</template>
</interface>
|