gnome-control-center/panels/common/cc-list-row.ui

30 lines
1,012 B
Text
Raw Normal View History

2019-10-04 10:02:34 +05:30
<?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>
2019-10-04 10:02:34 +05:30
<!-- 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>
2019-10-04 10:02:34 +05:30
</object>
</child>
2019-10-04 10:02:34 +05:30
</template>
</interface>