summaryrefslogtreecommitdiff
path: root/data/ui/PlaylistDialogRow.ui
blob: f52c3a88f67b8f639e616d73b71916c390db3881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="PlaylistDialogRow" parent="GtkListBoxRow">
    <property name="visible">True</property>
    <style>
      <class name="playlistdialog-row"/>
    </style>
    <child>
      <object class="GtkBox" id="hbox">
        <property name="visible">True</property>
        <child>
          <object class="GtkLabel" id="_label">
            <property name="ellipsize">end</property>
            <property name="margin">8</property>
            <property name="visible">True</property>
            <property name="xalign">0.0</property>
          </object>
        </child>
        <child>
          <object class="GtkImage" id="_selection_icon">
            <property name="icon-name">object-select-symbolic</property>
            <property name="icon-size">2</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>