2010-11-18 14:37:30 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2020-11-25 10:17:38 +13:00
|
|
|
<object class="GtkListStore" id="time_liststore">
|
2011-09-02 16:35:08 +01:00
|
|
|
<columns>
|
|
|
|
<!-- column-name name -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name value -->
|
|
|
|
<column type="gint"/>
|
|
|
|
</columns>
|
|
|
|
<data>
|
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">15 minutes</col>
|
2013-02-12 14:38:08 +01:00
|
|
|
<col id="1">900</col>
|
2011-09-02 16:35:08 +01:00
|
|
|
</row>
|
2018-01-25 10:34:06 +01:00
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">20 minutes</col>
|
2018-01-25 10:34:06 +01:00
|
|
|
<col id="1">1200</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">25 minutes</col>
|
2018-01-25 10:34:06 +01:00
|
|
|
<col id="1">1500</col>
|
|
|
|
</row>
|
2011-09-02 16:35:08 +01:00
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">30 minutes</col>
|
2011-09-02 16:35:08 +01:00
|
|
|
<col id="1">1800</col>
|
|
|
|
</row>
|
2013-02-12 14:38:08 +01:00
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">45 minutes</col>
|
2013-02-12 14:38:08 +01:00
|
|
|
<col id="1">2700</col>
|
|
|
|
</row>
|
2011-09-02 16:35:08 +01:00
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">1 hour</col>
|
2011-09-02 16:35:08 +01:00
|
|
|
<col id="1">3600</col>
|
|
|
|
</row>
|
2013-02-12 14:38:08 +01:00
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">80 minutes</col>
|
2013-02-12 14:38:08 +01:00
|
|
|
<col id="1">4800</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">90 minutes</col>
|
2019-05-02 13:28:09 +08:00
|
|
|
<col id="1">5400</col>
|
2013-02-12 14:38:08 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">100 minutes</col>
|
2013-02-12 14:38:08 +01:00
|
|
|
<col id="1">6000</col>
|
|
|
|
</row>
|
|
|
|
<row>
|
2018-10-09 14:58:00 +02:00
|
|
|
<col id="0" translatable="yes" context="automatic_suspend" comments="Translators: Option for "Delay" in "Automatic suspend" dialog.">2 hours</col>
|
2013-02-12 14:38:08 +01:00
|
|
|
<col id="1">7200</col>
|
|
|
|
</row>
|
2011-09-02 16:35:08 +01:00
|
|
|
</data>
|
2010-11-18 14:37:30 +00:00
|
|
|
</object>
|
2018-05-30 12:35:43 +12:00
|
|
|
<template class="CcPowerPanel" parent="CcPanel">
|
2022-01-19 13:15:26 -03:00
|
|
|
<child type="content">
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwPreferencesPage">
|
2021-01-07 14:37:56 +01:00
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwPreferencesGroup" id="battery_section">
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="title" translatable="yes">Battery</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="battery_listbox">
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcPowerPanel" swapped="yes"/>
|
|
|
|
<accessibility>
|
2021-10-20 23:07:53 -03:00
|
|
|
<relation name="labelled-by">battery_section</relation>
|
2021-01-07 14:37:56 +01:00
|
|
|
</accessibility>
|
|
|
|
<style>
|
2021-12-16 12:52:44 -08:00
|
|
|
<class name="boxed-list"/>
|
2021-01-07 14:37:56 +01:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwPreferencesGroup" id="device_section">
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="title" translatable="yes">Devices</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="device_listbox">
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcPowerPanel" swapped="yes"/>
|
|
|
|
<accessibility>
|
2021-10-20 23:07:53 -03:00
|
|
|
<relation name="labelled-by">device_section</relation>
|
2021-01-07 14:37:56 +01:00
|
|
|
</accessibility>
|
|
|
|
<style>
|
2021-12-16 12:52:44 -08:00
|
|
|
<class name="boxed-list"/>
|
2021-01-07 14:37:56 +01:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwPreferencesGroup" id="power_profile_section">
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="title" translatable="yes">Power Mode</property>
|
|
|
|
<property name="description" translatable="yes">Affects system performance and power usage.</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="power_profile_listbox">
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcPowerPanel" swapped="yes"/>
|
|
|
|
<signal name="row-activated" handler="power_profiles_row_activated_cb" object="CcPowerPanel" swapped="yes"/>
|
|
|
|
<accessibility>
|
2021-10-20 23:07:53 -03:00
|
|
|
<relation name="labelled-by">power_profile_section</relation>
|
2021-01-07 14:37:56 +01:00
|
|
|
</accessibility>
|
|
|
|
<style>
|
2021-12-16 12:52:44 -08:00
|
|
|
<class name="boxed-list"/>
|
2021-01-07 14:37:56 +01:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-04-02 13:10:19 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkListBox" id="power_profile_info_listbox">
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="selection-mode">none</property>
|
|
|
|
<property name="margin_top">12</property>
|
|
|
|
<signal name="keynav-failed" handler="keynav_failed_cb" object="CcPowerPanel" swapped="yes"/>
|
|
|
|
<style>
|
2021-12-16 12:52:44 -08:00
|
|
|
<class name="boxed-list"/>
|
2021-04-02 13:10:19 +02:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-01-07 14:37:56 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwPreferencesGroup" id="power_saving_section">
|
2021-07-23 16:09:54 +02:00
|
|
|
<property name="title" translatable="yes">Power Saving Options</property>
|
2021-01-07 14:37:56 +01:00
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwActionRow" id="als_row">
|
2021-07-26 11:38:38 +02:00
|
|
|
<property name="title" translatable="yes">Automatic Screen Brightness</property>
|
|
|
|
<property name="subtitle" translatable="yes">Screen brightness adjusts to the surrounding light.</property>
|
2022-05-10 12:26:54 +02:00
|
|
|
<property name="activatable_widget">als_switch</property>
|
2020-11-25 11:04:34 +13:00
|
|
|
<child>
|
2021-01-07 14:37:56 +01:00
|
|
|
<object class="GtkSwitch" id="als_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<signal name="notify::active" handler="als_switch_changed_cb" object="CcPowerPanel" swapped="yes"/>
|
2020-11-25 11:04:34 +13:00
|
|
|
</object>
|
|
|
|
</child>
|
2021-01-07 14:37:56 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwActionRow" id="dim_screen_row">
|
2021-07-23 16:09:54 +02:00
|
|
|
<property name="title" translatable="yes">Dim Screen</property>
|
|
|
|
<property name="subtitle" translatable="yes">Reduces the screen brightness when the computer is inactive.</property>
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="activatable_widget">dim_screen_switch</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="dim_screen_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwComboRow" id="blank_screen_row">
|
2021-07-23 16:09:54 +02:00
|
|
|
<property name="title" translatable="yes">Screen _Blank</property>
|
|
|
|
<property name="subtitle" translatable="yes">Turns the screen off after a period of inactivity.</property>
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="use_underline">True</property>
|
2022-08-23 12:02:56 +02:00
|
|
|
<signal name="notify::selected-item" handler="blank_screen_row_changed_cb" object="CcPowerPanel" swapped="yes"/>
|
2021-01-07 14:37:56 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2021-07-21 12:29:55 +02:00
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwActionRow" id="power_saver_low_battery_row">
|
2021-07-21 12:29:55 +02:00
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="title" translatable="yes">Automatic Power Saver</property>
|
|
|
|
<property name="subtitle" translatable="yes">Enables power saver mode when battery is low.</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="activatable_widget">power_saver_low_battery_switch</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSwitch" id="power_saver_low_battery_switch">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-01-07 14:37:56 +01:00
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwActionRow" id="automatic_suspend_row">
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="title" translatable="yes">_Automatic Suspend</property>
|
2021-07-23 16:09:54 +02:00
|
|
|
<property name="subtitle" translatable="yes">Pauses the computer after a period of inactivity.</property>
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="activatable">True</property>
|
|
|
|
<signal name="activated" handler="automatic_suspend_row_activated_cb" swapped="yes"/>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="automatic_suspend_label">
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<signal name="mnemonic-activate" handler="automatic_suspend_label_mnemonic_activate_cb" object="CcPowerPanel" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-21 12:16:31 -03:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="icon-name">go-next-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-01-07 14:37:56 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwPreferencesGroup" id="general_section">
|
2021-01-07 14:37:56 +01:00
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwComboRow" id="power_button_row">
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="title" translatable="yes">Po_wer Button Behavior</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="notify::selected-index" handler="power_button_row_changed_cb" object="CcPowerPanel" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-10-20 23:07:53 -03:00
|
|
|
<object class="AdwActionRow" id="battery_percentage_row">
|
2021-01-07 14:37:56 +01:00
|
|
|
<property name="visible">False</property>
|
|
|
|
<property name="title" translatable="yes">Show Battery _Percentage</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="activatable_widget">battery_percentage_switch</property>
|
2020-11-25 11:46:05 +13:00
|
|
|
<child>
|
2021-01-07 14:37:56 +01:00
|
|
|
<object class="GtkSwitch" id="battery_percentage_switch">
|
|
|
|
<property name="valign">center</property>
|
2020-11-25 11:46:05 +13:00
|
|
|
</object>
|
|
|
|
</child>
|
2021-01-07 14:37:56 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2012-11-26 00:51:26 -05:00
|
|
|
</object>
|
2017-08-07 15:22:16 +01:00
|
|
|
</child>
|
2018-05-30 12:35:43 +12:00
|
|
|
</template>
|
2020-11-25 10:22:29 +13:00
|
|
|
<object class="GtkSizeGroup" id="battery_row_sizegroup">
|
|
|
|
<property name="mode">vertical</property>
|
|
|
|
</object>
|
|
|
|
<object class="GtkSizeGroup" id="level_sizegroup">
|
|
|
|
<property name="mode">horizontal</property>
|
2020-11-25 11:32:29 +13:00
|
|
|
<widgets>
|
|
|
|
</widgets>
|
2020-11-25 10:22:29 +13:00
|
|
|
</object>
|
|
|
|
<object class="GtkSizeGroup" id="row_sizegroup">
|
|
|
|
<property name="mode">vertical</property>
|
2020-11-25 11:32:29 +13:00
|
|
|
<widgets>
|
|
|
|
<widget name="als_row"/>
|
|
|
|
<widget name="dim_screen_row"/>
|
|
|
|
<widget name="blank_screen_row"/>
|
|
|
|
<widget name="automatic_suspend_row"/>
|
2020-11-25 11:46:05 +13:00
|
|
|
<widget name="power_button_row"/>
|
|
|
|
<widget name="battery_percentage_row"/>
|
2020-11-25 11:32:29 +13:00
|
|
|
</widgets>
|
2020-11-25 10:22:29 +13:00
|
|
|
</object>
|
2012-11-26 00:51:26 -05:00
|
|
|
|
|
|
|
<object class="GtkDialog" id="automatic_suspend_dialog">
|
|
|
|
<property name="title" translatable="yes">Automatic Suspend</property>
|
|
|
|
<property name="resizable">False</property>
|
2014-02-16 05:54:28 +02:00
|
|
|
<property name="use_header_bar">1</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<property name="hide-on-close">True</property>
|
|
|
|
<child>
|
2020-11-25 10:17:38 +13:00
|
|
|
<object class="GtkBox">
|
2021-10-20 23:07:53 -03:00
|
|
|
<property name="margin_start">6</property>
|
|
|
|
<property name="margin_end">6</property>
|
|
|
|
<property name="margin_top">6</property>
|
|
|
|
<property name="margin_bottom">6</property>
|
2012-11-26 00:51:26 -05:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2020-11-25 10:17:38 +13:00
|
|
|
<object class="GtkGrid">
|
2013-11-19 22:28:13 +02:00
|
|
|
<property name="margin_start">12</property>
|
|
|
|
<property name="margin_end">6</property>
|
2012-11-26 00:51:26 -05:00
|
|
|
<property name="margin_top">12</property>
|
|
|
|
<property name="margin_bottom">12</property>
|
|
|
|
<property name="row_spacing">12</property>
|
|
|
|
<property name="column_spacing">6</property>
|
2010-11-18 14:37:30 +00:00
|
|
|
<child>
|
2013-02-12 14:47:44 +01:00
|
|
|
<object class="GtkLabel" id="suspend_on_ac_label">
|
|
|
|
<property name="margin_top">12</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">_Plugged In</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">suspend_on_ac_switch</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<layout>
|
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">2</property>
|
|
|
|
</layout>
|
2010-11-18 14:37:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2013-02-18 14:51:54 +01:00
|
|
|
<object class="GtkLabel" id="suspend_on_battery_label">
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">On _Battery Power</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">suspend_on_battery_switch</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<layout>
|
|
|
|
<property name="column">0</property>
|
|
|
|
<property name="row">0</property>
|
|
|
|
</layout>
|
2010-11-18 14:37:30 +00:00
|
|
|
</object>
|
2012-02-14 17:58:24 -05:00
|
|
|
</child>
|
|
|
|
<child>
|
2013-02-18 14:51:54 +01:00
|
|
|
<object class="GtkSwitch" id="suspend_on_battery_switch">
|
|
|
|
<property name="halign">end</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<layout>
|
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">0</property>
|
|
|
|
</layout>
|
2012-02-14 17:58:24 -05:00
|
|
|
</object>
|
2010-11-18 14:37:30 +00:00
|
|
|
</child>
|
|
|
|
<child>
|
2013-02-18 14:51:54 +01:00
|
|
|
<object class="GtkComboBoxText" id="suspend_on_battery_delay_combo">
|
2013-02-12 14:47:44 +01:00
|
|
|
<property name="entry_text_column">0</property>
|
|
|
|
<property name="id_column">1</property>
|
2020-11-25 10:17:38 +13:00
|
|
|
<property name="model">time_liststore</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<layout>
|
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">1</property>
|
|
|
|
</layout>
|
2011-10-19 16:26:23 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-11-26 00:51:26 -05:00
|
|
|
<object class="GtkLabel" id="suspend_on_battery_delay_label">
|
2013-11-19 22:28:13 +02:00
|
|
|
<property name="margin_start">20</property>
|
2013-02-12 14:47:44 +01:00
|
|
|
<property name="xalign">1</property>
|
2012-11-26 00:51:26 -05:00
|
|
|
<property name="label" translatable="yes">Delay</property>
|
2013-02-08 12:35:16 -05:00
|
|
|
<property name="mnemonic_widget">suspend_on_battery_delay_combo</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<layout>
|
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">1</property>
|
|
|
|
</layout>
|
2012-11-26 00:51:26 -05:00
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
2011-10-19 16:26:23 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2013-02-18 14:51:54 +01:00
|
|
|
<object class="GtkSwitch" id="suspend_on_ac_switch">
|
|
|
|
<property name="halign">end</property>
|
|
|
|
<property name="margin_top">12</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<layout>
|
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">2</property>
|
|
|
|
</layout>
|
2011-10-19 16:26:23 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
2012-12-20 09:36:06 +01:00
|
|
|
<child>
|
2013-02-18 14:51:54 +01:00
|
|
|
<object class="GtkComboBoxText" id="suspend_on_ac_delay_combo">
|
|
|
|
<property name="entry_text_column">0</property>
|
|
|
|
<property name="id_column">1</property>
|
2020-11-25 10:17:38 +13:00
|
|
|
<property name="model">time_liststore</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<layout>
|
|
|
|
<property name="column">2</property>
|
|
|
|
<property name="row">3</property>
|
|
|
|
</layout>
|
2012-12-20 09:36:06 +01:00
|
|
|
</object>
|
2013-02-18 14:51:54 +01:00
|
|
|
</child>
|
|
|
|
<child>
|
2020-11-25 10:17:38 +13:00
|
|
|
<object class="GtkLabel">
|
2013-11-19 22:28:13 +02:00
|
|
|
<property name="margin_start">20</property>
|
2013-02-18 14:51:54 +01:00
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="label" translatable="yes">Delay</property>
|
|
|
|
<property name="mnemonic_widget">suspend_on_ac_delay_combo</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<layout>
|
|
|
|
<property name="column">1</property>
|
|
|
|
<property name="row">3</property>
|
|
|
|
</layout>
|
2013-02-18 14:51:54 +01:00
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
2012-12-20 09:36:06 +01:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-11-18 14:37:30 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2010-11-18 17:23:50 +00:00
|
|
|
</object>
|
2010-11-18 14:37:30 +00:00
|
|
|
</interface>
|