diff options
Diffstat (limited to 'src/capplet/mate-notification-properties.ui')
-rw-r--r-- | src/capplet/mate-notification-properties.ui | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/capplet/mate-notification-properties.ui b/src/capplet/mate-notification-properties.ui index 280fb8d..30e39d4 100644 --- a/src/capplet/mate-notification-properties.ui +++ b/src/capplet/mate-notification-properties.ui @@ -127,7 +127,7 @@ <object class="GtkTable" id="table3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="n_rows">4</property> + <property name="n_rows">5</property> <property name="n_columns">2</property> <property name="column_spacing">12</property> <property name="row_spacing">6</property> @@ -248,6 +248,22 @@ <property name="bottom_attach">4</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="do_not_disturb_check"> + <property name="label" translatable="yes">Enable Do Not Disturb</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="use_action_appearance">False</property> + <property name="active">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="right_attach">2</property> + <property name="top_attach">4</property> + <property name="bottom_attach">5</property> + </packing> + </child> </object> <packing> <property name="expand">True</property> |