2021-12-14 11:53:18 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<interface>
|
2021-12-15 11:37:28 -05:00
|
|
|
<template class="DockItem" parent="GtkBox">
|
2021-12-14 11:53:18 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2021-12-21 17:55:43 -05:00
|
|
|
<child>
|
|
|
|
|
<object class="GtkImage" id="image">
|
|
|
|
|
<property name="margin-start">4</property>
|
|
|
|
|
<property name="margin-end">4</property>
|
|
|
|
|
<property name="margin-top">4</property>
|
|
|
|
|
<property name="pixel-size">48</property>
|
|
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
<child>
|
2021-12-21 18:45:57 -05:00
|
|
|
<object class="GtkLabel" id="dots">
|
2021-12-21 17:55:43 -05:00
|
|
|
<property name="hexpand">true</property>
|
|
|
|
|
<property name="halign">center</property>
|
2021-12-14 11:53:18 -05:00
|
|
|
</object>
|
|
|
|
|
</child>
|
|
|
|
|
</template>
|
|
|
|
|
</interface>
|