File: recognized_page_tile.ui

package info (click to toggle)
mousai 0.7.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,560 kB
  • sloc: xml: 26; makefile: 25; sh: 16
file content (23 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (2)
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>