You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="SidebarCategoryRow" parent="AdwBin"> |
|
<style> |
|
<class name="category-row"/> |
|
</style> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="spacing">12</property> |
|
<child> |
|
<object class="GtkLabel" id="display_name"> |
|
<property name="halign">start</property> |
|
<property name="hexpand">True</property> |
|
<property name="ellipsize">end</property> |
|
<property name="label" bind-source="SidebarCategoryRow" bind-property="label" bind-flags="sync-create"/> |
|
<style> |
|
<class name="dim-label"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child type="end"> |
|
<object class="GtkImage" id="arrow"> |
|
<property name="icon-name">expander-arrow-symbolic</property> |
|
<style> |
|
<class name="arrow"/> |
|
<class name="dim-label"/> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|