File: boot_candidate.ui

package info (click to toggle)
startup-disk 0.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 396 kB
  • sloc: xml: 86; makefile: 62
file content (22 lines) | stat: -rw-r--r-- 757 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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <template class="StartupDiskBootCandidate" parent="GtkBox">
        <property name="orientation">vertical</property>
        <property name="margin-start">18</property>
        <property name="margin-end">18</property>
        <child>
            <object class="GtkImage">
                <property name="icon-name">drive-harddisk</property>
                <property name="pixel-size">128</property>
            </object>
        </child>
        <child>
            <object class="GtkLabel" id="name">
                <property name="label">test</property>
            </object>
        </child>
        <style>
            <class name="boot_candidate"/>
        </style>
    </template>
</interface>