diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:45:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:45:20 +0000 |
commit | ae1c76ff830d146d41e88d6fba724c0a54bce868 (patch) | |
tree | 3c354bec95af07be35fc71a4b738268496f1a1c4 /panels/notifications/cc-notifications-panel.ui | |
parent | Initial commit. (diff) | |
download | gnome-control-center-ae1c76ff830d146d41e88d6fba724c0a54bce868.tar.xz gnome-control-center-ae1c76ff830d146d41e88d6fba724c0a54bce868.zip |
Adding upstream version 1:43.6.upstream/1%43.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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> |