diff options
Diffstat (limited to 'panels/notifications/cc-notifications-panel.ui')
-rw-r--r-- | panels/notifications/cc-notifications-panel.ui | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/panels/notifications/cc-notifications-panel.ui b/panels/notifications/cc-notifications-panel.ui new file mode 100644 index 0000000..acba49f --- /dev/null +++ b/panels/notifications/cc-notifications-panel.ui @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <template class="CcNotificationsPanel" parent="CcPanel"> + <child type="content"> + <object class="AdwPreferencesPage"> + <child> + <object class="AdwPreferencesGroup"> + <child> + <object class="CcListRow" id="dnd_row"> + <property name="title" translatable="yes">_Do Not Disturb</property> + <property name="use-underline">True</property> + <property name="show-switch">True</property> + </object> + </child> + <child> + <object class="CcListRow" id="lock_screen_row"> + <property name="title" translatable="yes" comments="Translators: Whether to show notifications on the lock screen">_Lock Screen Notifications</property> + <property name="use-underline">True</property> + <property name="show-switch">True</property> + </object> + </child> + </object> + </child> + <child> + <object class="AdwPreferencesGroup" id="app_group"> + <property name="title" translatable="yes" comments="List of applications.">Applications</property> + <child> + <object class="GtkListBox" id="app_listbox"> + <property name="selection_mode">none</property> + <signal name="row-activated" handler="select_app" object="CcNotificationsPanel" swapped="yes" /> + <signal name="keynav-failed" handler="keynav_failed_cb" object="CcNotificationsPanel" swapped="yes"/> + <style> + <class name="boxed-list"/> + </style> + <accessibility> + <relation name="labelled-by">app_group</relation> + </accessibility> + </object> + </child> + </object> + </child> + </object> + </child> + </template> + <object class="GtkSizeGroup" id="sizegroup1"> + <property name="mode">both</property> + </object> +</interface> |