File: external_link_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 (27 lines) | stat: -rw-r--r-- 865 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
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="MousaiExternalLinkTile" parent="GtkFlowBoxChild">
    <property name="child">
      <object class="GtkBox">
        <property name="spacing">12</property>
        <property name="margin-start">24</property>
        <property name="margin-end">24</property>
        <property name="margin-top">18</property>
        <property name="margin-bottom">18</property>
        <property name="halign">center</property>
        <child>
          <object class="GtkLabel" id="label">
            <property name="valign">center</property>
            <style>
              <class name="title-2"/>
            </style>
          </object>
        </child>
      </object>
    </property>
    <style>
      <class name="external-link-tile"/>
      <class name="card"/>
    </style>
  </template>
</interface>