fractal/data/resources/ui/sidebar-category-row.ui

34 lines
967 B
Text
Raw Normal View History

2021-05-04 19:01:32 +00:00
<?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>
<style>
<class name="dim-label"/>
</style>
</object>
</child>
<child type="end">
<object class="GtkImage" id="arrow">
<property name="icon-name">adw-expander-arrow-symbolic</property>
<style>
<class name="arrow"/>
2021-05-05 10:34:40 +00:00
<class name="dim-label"/>
2021-05-04 19:01:32 +00:00
</style>
</object>
</child>
</object>
</child>
</template>
</interface>