summaryrefslogtreecommitdiff
path: root/src/gui/gcal-meeting-row.ui
blob: a5d8f2718682ddca12032b40a8fd46c183bc0b78 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GcalMeetingRow" parent="AdwActionRow">
    <property name="activatable">False</property>
    <property name="focusable">False</property>

    <child>
      <object class="GtkButton" id="join_button">
        <property name="can-focus">True</property>
        <property name="halign">center</property>
        <property name="valign">center</property>
        <!-- Translators: "Join" as in "Join meeting" -->
        <property name="label" translatable="yes">Join</property>
        <layout>
          <property name="row">0</property>
          <property name="column">1</property>
          <property name="row-span">2</property>
        </layout>
        <style>
          <class name="suggested-action" />
        </style>
        <signal name="clicked" handler="on_join_button_clicked_cb" object="GcalMeetingRow" swapped="no" />
      </object>
    </child>

  </template>
</interface>