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/keyboard/cc-xkb-modifier-dialog.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/keyboard/cc-xkb-modifier-dialog.ui')
-rw-r--r-- | panels/keyboard/cc-xkb-modifier-dialog.ui | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/panels/keyboard/cc-xkb-modifier-dialog.ui b/panels/keyboard/cc-xkb-modifier-dialog.ui new file mode 100644 index 0000000..e5612ba --- /dev/null +++ b/panels/keyboard/cc-xkb-modifier-dialog.ui @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <template class="CcXkbModifierDialog" parent="GtkDialog"> + <property name="modal">True</property> + <property name="resizable">False</property> + <property name="default_width">500</property> + <child> + <object class="GtkBox"> + <property name="orientation">vertical</property> + + <child> + <object class="GtkBox"> + <property name="margin-top">18</property> + <property name="margin-bottom">18</property> + <property name="margin-start">18</property> + <property name="margin-end">18</property> + <property name="spacing">18</property> + <property name="orientation">vertical</property> + + <child> + <object class="GtkLabel" id="description_label"> + <property name="margin_top">6</property> + <property name="wrap">True</property> + <property name="width_chars">40</property> + <property name="max_width_chars">40</property> + <property name="xalign">0</property> + </object> + </child> + + <child> + <object class="GtkListBox" id="switch_listbox"> + <style> + <class name="boxed-list"/> + </style> + <child> + <object class="AdwActionRow" id="switch_row"> + <property name="activatable">False</property> + <property name="selectable">False</property> + <child> + <object class="GtkSwitch" id="enabled_switch"> + <property name="valign">center</property> + <accessibility> + <property name="label" translatable="yes">Enabled</property> + </accessibility> + <signal name="state-set" handler="enable_switch_changed_cb" object="CcXkbModifierDialog" swapped="no"/> + </object> + </child> + </object> + </child> + </object> + </child> + + <child> + <object class="GtkListBox" id="listbox"> + <style> + <class name="boxed-list"/> + </style> + </object> + </child> + + </object> + </child> + + </object> + </child> + + <child internal-child="headerbar"> + <object class="GtkHeaderBar"> + <property name="show-title-buttons">True</property> + </object> + </child> + </template> +</interface> |