32 lines
1 KiB
Text
32 lines
1 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.20"/>
|
||
|
<template class="CcInputRow" parent="GtkListBoxRow">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="activatable">True</property>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="border-width">18</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="name_label">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="xalign">0.0</property>
|
||
|
<property name="hexpand">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkImage" id="icon_image">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="icon_name">system-run-symbolic</property>
|
||
|
<style>
|
||
|
<class name="dim-label"/>
|
||
|
</style>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|