gnome-control-center/panels/common/cc-list-row.ui
2023-11-13 09:55:36 +00:00

29 lines
1,012 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcListRow" parent="AdwActionRow">
<property name="activatable">True</property>
<property name="use-underline">True</property>
<!-- Secondary Label -->
<child type="suffix">
<object class="GtkLabel" id="secondary_label">
<property name="valign">center</property>
<property name="ellipsize">end</property>
<property name="selectable" bind-source="CcListRow" bind-property="activatable" bind-flags="sync-create|invert-boolean" />
<style>
<class name="dim-label"/>
</style>
</object>
</child>
<!-- Arrow -->
<child type="suffix">
<object class="GtkImage" id="arrow">
<property name="visible" bind-source="CcListRow" bind-property="show-arrow" bind-flags="sync-create"/>
<property name="valign">center</property>
<property name="icon-name">go-next-symbolic</property>
</object>
</child>
</template>
</interface>