tootle-linux-client/data/ui/views/sidebar/item.ui

40 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="TootleViewsSidebarItemRow" parent="GtkListBoxRow">
<property name="activatable">1</property>
<child>
<object class="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">6</property>
<child>
<object class="GtkImage" id="icon">
<property name="icon_name">horizontal</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label">
<property name="label">Label</property>
<property name="xalign">0</property>
<property name="hexpand">1</property>
</object>
</child>
<child>
<object class="GtkLabel" id="badge">
<property name="label">0</property>
<property name="xalign">1</property>
<property name="valign">center</property>
<style>
<class name="badge"/>
</style>
</object>
</child>
</object>
</child>
</template>
</interface>