1
0
Fork 0
gnome-control-center/panels/applications/cc-application-shortcut-dialog.ui
Daniel Baumann 0a49575b51
Adding upstream version 1:48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:52:18 +02:00

20 lines
720 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcApplicationShortcutDialog" parent="AdwDialog">
<property name="content-width">480</property>
<property name="title" translatable="yes">Global Shortcuts</property>
<property name="child">
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar" />
</child>
<property name="content">
<object class="AdwPreferencesPage" id="shortcut_list">
<property name="description-centered">True</property>
</object>
</property>
</object>
</property>
</template>
<object class="GtkSizeGroup" id="accelerator_size_group"/>
</interface>