diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:36:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 14:36:24 +0000 |
commit | 9b6d8e63db85c30007b463e91f91a791969fa83f (patch) | |
tree | 0899af51d73c1bf986f73ae39a03c4436083018a /panels/applications/cc-toggle-row.ui | |
parent | Initial commit. (diff) | |
download | gnome-control-center-upstream.tar.xz gnome-control-center-upstream.zip |
Adding upstream version 1:3.38.4.upstream/1%3.38.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | panels/applications/cc-toggle-row.ui | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/panels/applications/cc-toggle-row.ui b/panels/applications/cc-toggle-row.ui new file mode 100644 index 0000000..8dea8f0 --- /dev/null +++ b/panels/applications/cc-toggle-row.ui @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <template class="CcToggleRow" parent="GtkListBoxRow"> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="activatable">False</property> + <child> + <object class="GtkBox"> + <property name="visible">1</property> + <property name="border-width">12</property> + <property name="spacing">12</property> + <child> + <object class="GtkLabel" id="title"> + <property name="visible">1</property> + <property name="xalign">0</property> + <property name="hexpand">1</property> + <property name="ellipsize">end</property> + </object> + </child> + <child> + <object class="GtkSwitch" id="toggle"> + <property name="visible">1</property> + <property name="valign">center</property> + <signal name="notify::active" handler="changed_cb" swapped="yes"/> + </object> + </child> + </object> + </child> + </template> +</interface> |