Newer
Older
<?xml version="1.0"?>
<requires lib="xfce4"/>
Ali Abdallah
committed
<!-- interface-requires xfce4 2360.6128 -->
<!-- interface-naming-policy toplevel-contextual -->
<widget class="XfceTitledDialog" id="xfpm-settings-dialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Xfce Power Manager</property>
<property name="window_position">center-on-parent</property>
<property name="icon_name">xfpm-ac-adapter</property>
<property name="type_hint">dialog</property>
<property name="has_separator">False</property>
<property name="subtitle" translatable="yes">Power manager settings</property>
<child internal-child="vbox">
Ali Abdallah
committed
<widget class="GtkVBox" id="dialog-vbox">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="allbox">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox">
<property name="visible">True</property>
<child>
<widget class="GtkTreeView" id="treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="enable_search">False</property>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkNotebook" id="main-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_tabs">False</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox16">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkFrame" id="frame">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Ali Abdallah
committed
<widget class="GtkAlignment" id="alignment">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="left_padding">12</property>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox17">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkTable" id="table3">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="n_rows">4</property>
Ali Abdallah
committed
<property name="n_columns">2</property>
<property name="column_spacing">10</property>
<property name="row_spacing">10</property>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox13">
<property name="visible">True</property>
Ali Abdallah
committed
<child>
<widget class="GtkComboBox" id="power-combox">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox14">
<property name="visible">True</property>
Ali Abdallah
committed
<child>
<widget class="GtkComboBox" id="tray-combox">
<property name="visible">True</property>
<property name="items" translatable="yes">Always show icon</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox15">
<property name="visible">True</property>
Ali Abdallah
committed
<child>
<widget class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="label" translatable="yes">System tray icon: </property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox16">
<property name="visible">True</property>
Ali Abdallah
committed
<child>
<widget class="GtkLabel" id="power-label">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="label" translatable="yes">When power button is pressed:</property>
Ali Abdallah
committed
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
Ali Abdallah
committed
<child>
<widget class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="hibernate-label">
Ali Abdallah
committed
<property name="label" translatable="yes">When hibernate button is pressed:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
Ali Abdallah
committed
</child>
<child>
<widget class="GtkHBox" id="hbox4">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkComboBox" id="hibernate-combox">
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
Ali Abdallah
committed
</child>
Ali Abdallah
committed
<child>
<widget class="GtkHBox" id="hbox5">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="sleep-label">
Ali Abdallah
committed
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<property name="visible">True</property>
<property name="label" translatable="yes">When sleep button is pressed:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox6">
<property name="visible">True</property>
<child>
<widget class="GtkComboBox" id="sleep-combox">
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
Ali Abdallah
committed
<widget class="GtkCheckButton" id="enable-dpms">
<property name="label" translatable="yes">Enable monitor power management control</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkCheckButton" id="notification">
<property name="label" translatable="yes">Enable notification</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</widget>
</child>
</widget>
</child>
Ali Abdallah
committed
<child>
<widget class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>General Options</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="General">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label" translatable="yes">General</property>
</widget>
<packing>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkNotebook" id="on-ac-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">10</property>
<widget class="GtkFrame" id="on-ac-actions-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<widget class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
Ali Abdallah
committed
<property name="visible">True</property>
<property name="orientation">vertical</property>
Ali Abdallah
committed
<child>
Ali Abdallah
committed
<property name="visible">True</property>
<property name="spacing">10</property>
<child>
<widget class="GtkLabel" id="on-ac-lid-label">
<property name="visible">True</property>
<property name="label" translatable="yes">When laptop lid is closed:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="on-ac-lid">
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
Ali Abdallah
committed
</widget>
<packing>
Ali Abdallah
committed
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="sleep">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Actions</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">10</property>
<property name="position">0</property>
</packing>
</child>
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="label" translatable="yes">Put the computer to sleep when inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="inactivity-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">30 30 360 1 10 10</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</child>
<child>
<widget class="GtkLabel" id="Actions-on-ac">
<property name="visible">True</property>
<property name="label" translatable="yes">Actions</property>
</widget>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox6">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<widget class="GtkFrame" id="dpms-on-ac-frame">
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<widget class="GtkAlignment" id="alignment10">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">20</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkLabel" id="label28">
<property name="visible">True</property>
<property name="label" translatable="yes">Put display to sleep when computer is inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="sleep-dpms-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">17 0 60 1 0 0</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkLabel" id="label29">
<property name="visible">True</property>
<property name="label" translatable="yes">Switch off display when computer is inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="off-dpms-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">15 0 60 1 0 10</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
</widget>
</child>
<child>
<widget class="GtkLabel" id="label30">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Monitor</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="on-ac-brg-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<widget class="GtkAlignment" id="alignment11">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">10</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Reduce screen brightness when computer is inactive for:</property>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="brg-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">10 9 120 1 0 0</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label32">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Brightness</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="monitor-on-ac">
<property name="visible">True</property>
<property name="label" translatable="yes">Monitor</property>
</widget>
<packing>
<property name="position">1</property>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
<packing>
<property name="type">tab</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label8">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label" translatable="yes">On AC</property>
</widget>
<packing>
<property name="position">1</property>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox24">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
<widget class="GtkNotebook" id="on-battery-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<widget class="GtkAlignment" id="alignment12">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">10</property>
<property name="visible">True</property>
<property name="n_rows">2</property>
<property name="n_columns">2</property>
<property name="column_spacing">10</property>
<property name="row_spacing">10</property>
<property name="visible">True</property>
<child>
<widget class="GtkComboBox" id="on-battery-lid">
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<property name="visible">True</property>
<child>
<widget class="GtkComboBox" id="battery-critical-combox">
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="on-battery-lid-label">
<property name="visible">True</property>
<property name="label" translatable="yes">When laptop lid is closed:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="label34">
<property name="visible">True</property>
<property name="label" translatable="yes">When battery power is critical:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
Ali Abdallah
committed
<child>
<widget class="GtkCheckButton" id="power-save">
<property name="label" translatable="yes">Prefer power savings over performance</property>
Ali Abdallah
committed
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
Ali Abdallah
committed
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
Ali Abdallah
committed
</packing>
</child>
<child>
Ali Abdallah
committed
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="label" translatable="yes">Put the computer to sleep when inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="inactivity-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">30 30 360 1 10 10</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
Ali Abdallah
committed
</widget>
<packing>
Ali Abdallah
committed
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label35">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Actions</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">10</property>
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="actions-on-battery">
<property name="visible">True</property>
<property name="label" translatable="yes">Actions</property>
</widget>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox7">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<widget class="GtkFrame" id="dpms-on-battery-frame">
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<widget class="GtkAlignment" id="alignment13">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">20</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkLabel" id="label36">
<property name="visible">True</property>
<property name="label" translatable="yes">Put display to sleep when computer is inactive for:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="sleep-dpms-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">5 0 60 1 0 0</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkLabel" id="label37">
<property name="visible">True</property>
<property name="label" translatable="yes">Switch off display when computer is inactive for:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="off-dpms-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">5 0 60 1 0 0</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
</widget>
</child>
<child>
<widget class="GtkLabel" id="label38">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Monitor</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="on-battery-brg-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<widget class="GtkAlignment" id="alignment14">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">10</property>
<property name="visible">True</property>
<property name="label" translatable="yes">Reduce screen brightness when computer is inactive for:</property>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="brg-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">10 9 120 1 0 0</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="label40">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Brightness</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="monitor-on-battery">
<property name="visible">True</property>
<property name="label" translatable="yes">Monitor</property>
</widget>
<packing>
<property name="position">1</property>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
<packing>
<property name="type">tab</property>
</packing>
</child>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label22">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label" translatable="yes">On battery</property>
</widget>
<packing>
<property name="position">2</property>
<property name="tab_fill">False</property>
<property name="type">tab</property>