58 lines
1.9 KiB
XML
58 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="ApplicationRow" parent="GtkBox">
|
|
<property name="orientation">horizontal</property>
|
|
<property name="spacing">12</property>
|
|
<property name="margin-start">4</property>
|
|
<property name="margin-end">4</property>
|
|
<property name="hexpand">true</property>
|
|
<child>
|
|
<object class="GtkImage" id="categoryimage">
|
|
<property name="pixel-size">20</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage" id="image">
|
|
<property name="margin-top">4</property>
|
|
<property name="margin-bottom">4</property>
|
|
<property name="pixel-size">36</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<property name="halign">fill</property>
|
|
<property name="hexpand">true</property>
|
|
<property name="margin-top">4</property>
|
|
<property name="margin-end">4</property>
|
|
<property name="margin-bottom">4</property>
|
|
<child>
|
|
<object class="GtkLabel" id="name">
|
|
<property name="halign">start</property>
|
|
<style>
|
|
<class name="title-4" />
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="description">
|
|
<property name="halign">start</property>
|
|
<property name="wrap">True</property>
|
|
<style>
|
|
<class name="body" />
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child type="end">
|
|
<object class="GtkLabel" id="shortcut">
|
|
<property name="halign">end</property>
|
|
<property name="wrap">false</property>
|
|
<style>
|
|
<class name="body" />
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|