libcosmic/examples/dock/dock_item/dock_item.ui

17 lines
553 B
Text
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<interface>
2021-12-15 11:37:28 -05:00
<template class="DockItem" parent="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">4</property>
2021-12-15 11:37:28 -05:00
<child>
<object class="GtkImage" id="image">
2021-12-15 11:37:28 -05:00
<property name="margin-start">4</property>
<property name="margin-end">4</property>
2021-12-15 11:37:28 -05:00
<property name="margin-top">4</property>
<property name="margin-bottom">4</property>
2021-12-15 11:37:28 -05:00
<property name="pixel-size">48</property>
</object>
</child>
</template>
</interface>