summaryrefslogtreecommitdiff
path: root/panels/common/cc-list-row-info-button.ui
blob: c8f36e249c5cc1ff3b27fd9b5f154d6c5a7161e7 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcListRowInfoButton" parent="GtkWidget">
    <child>
      <object class="GtkMenuButton" id="button">
        <property name="icon-name">info-symbolic</property>
        <style>
          <class name="flat"/>
        </style>
        <accessibility>
          <property name="label" translatable="yes">More information</property>
        </accessibility>
        <property name="popover">
          <object class="GtkPopover">
            <child>
              <object class="GtkLabel" id="label">
                <property name="halign">center</property>
                <property name="margin-bottom">6</property>
                <property name="margin-end">6</property>
                <property name="margin-start">6</property>
                <property name="margin-top">6</property>
                <property name="max-width-chars">50</property>
                <property name="valign">center</property>
                <property name="wrap">True</property>
              </object>
            </child>
          </object>
        </property>
      </object>
    </child>
  </template>
</interface>