File: components-attachment-view.ui

package info (click to toggle)
geary 46.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,092 kB
  • sloc: javascript: 972; ansic: 722; sql: 247; xml: 183; python: 30; makefile: 28; sh: 24
file content (48 lines) | stat: -rw-r--r-- 1,725 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<interface>
  <requires lib="gtk+" version="3.14"/>
  <template class="ComponentsAttachmentPaneView" parent="GtkGrid">
    <property name="visible">True</property>
    <property name="column_spacing">6</property>
    <child>
      <object class="GtkImage" id="icon">
        <property name="visible">True</property>
        <property name="valign">center</property>
        <property name="vexpand">True</property>
        <property name="pixel_size">32</property>
        <property name="icon_name">x-office-document</property>
      </object>
      <packing>
        <property name="left_attach">0</property>
        <property name="top_attach">0</property>
        <property name="height">2</property>
      </packing>
    </child>
    <child>
      <object class="GtkLabel" id="filename">
        <property name="visible">True</property>
        <property name="valign">end</property>
        <property name="label">filename.ext</property>
        <property name="ellipsize">middle</property>
        <property name="xalign">0</property>
      </object>
      <packing>
        <property name="left_attach">1</property>
        <property name="top_attach">0</property>
      </packing>
    </child>
    <child>
      <object class="GtkLabel" id="description">
        <property name="visible">True</property>
        <property name="valign">start</property>
        <property name="label">type (size)</property>
        <property name="xalign">0</property>
      </object>
      <packing>
        <property name="left_attach">1</property>
        <property name="top_attach">1</property>
      </packing>
    </child>
  </template>
</interface>