summaryrefslogtreecommitdiff
path: root/src/gui/gcal-search-hit-row.ui
blob: 23b0c0ea24a32412a7dde7eefe3ebcf2195d15b3 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GcalSearchHitRow" parent="GtkListBoxRow">

    <child>
      <object class="GtkBox">

        <child>
          <object class="GtkImage" id="image">
            <property name="valign">center</property>
            <property name="hexpand">False</property>
            <property name="icon-size">normal</property>
            <style>
              <class name="title"/>
            </style>
          </object>
        </child>

        <child>
          <object class="GtkLabel" id="title">
            <property name="use-markup">True</property>
            <property name="ellipsize">end</property>
            <property name="xalign">0.0</property>
            <property name="max-width-chars">40</property>
          </object>
        </child>

        <child>
          <object class="GtkLabel" id="separator">
            <property name="label">—</property>
            <style>
              <class name="dim-label"/>
            </style>
          </object>
        </child>

        <child>
          <object class="GtkLabel" id="subtitle">
            <property name="hexpand">True</property>
            <property name="use-markup">True</property>
            <property name="ellipsize">end</property>
            <property name="xalign">0.0</property>
            <style>
              <class name="subtitle"/>
            </style>
          </object>
        </child>

      </object>
    </child>

  </template>
</interface>