mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-11-08 16:52:11 +00:00
39 lines
1.1 KiB
XML
39 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="ToothViewsSidebarItemRow" 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>
|