gnome-control-center/panels/power/cc-power-profile-row.ui
Automeris naranja f7b41b23f5 power-profile-row: Port to AdwActionRow and add mnemonics
This helps to clean the	code a bit. Also, it makes
the rows to look consistent with other rows with
radio buttons, such as the ones from the
Multitasking and Keyboard panels
2024-01-23 11:05:04 +00:00

14 lines
587 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcPowerProfileRow" parent="AdwActionRow">
<property name="selectable">False</property>
<property name="activatable-widget">button</property>
<property name="use-underline">True</property>
<child type="prefix">
<object class="GtkCheckButton" id="button">
<signal name="toggled" handler="cc_power_profile_row_button_toggled_cb" object="CcPowerProfileRow" swapped="yes"/>
<property name="valign">center</property>
</object>
</child>
</template>
</interface>