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.
32 lines
1.2 KiB
32 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentMembersListView" parent="AdwBin"> |
|
<child> |
|
<object class="GtkScrolledWindow"> |
|
<property name="hexpand">True</property> |
|
<property name="vexpand">True</property> |
|
<property name="hscrollbar-policy">never</property> |
|
<property name="propagate-natural-height">True</property> |
|
<property name="child"> |
|
<object class="AdwClampScrollable"> |
|
<property name="tightening-threshold">300</property> |
|
<property name="maximum-size">400</property> |
|
<property name="margin-start">12</property> |
|
<property name="margin-end">12</property> |
|
<property name="child"> |
|
<object class="GtkListView" id="members_list_view"> |
|
<property name="single-click-activate">True</property> |
|
<property name="factory"> |
|
<object class="GtkBuilderListItemFactory"> |
|
<property name="resource">/org/gnome/Fractal/content-member-item.ui</property> |
|
</object> |
|
</property> |
|
</object> |
|
</property> |
|
</object> |
|
</property> |
|
</object> |
|
</child> |
|
</template> |
|
</interface> |
|
|
|
|