gnome-control-center/panels/wacom/cc-wacom-ekr-page.ui
Peter Hutterer 2bfd36c362 wacom: Use the ExpressKey Remote name for the EKR
There's only one device like this that we support so we might as well
use its name as-is instead of a more confusing "External Pad device"
which isn't very descriptive unless you work with tablets and know what
a "pad" is in this context.

Anyone who owns this device will have bought it under the name
ExpressKey remote.

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2044
2023-11-08 08:51:56 +00:00

31 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcWacomEkrPage" parent="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">24</property>
<child>
<object class="AdwPreferencesGroup" id="ekr_section">
<property name="description">ExpressKey Remote</property>
<property name="header-suffix">
<object class="GtkPicture" id="ekr_icon">
<property name="halign">end</property>
<property name="valign">start</property>
<property name="file">resource:///org/gnome/control-center/wacom/wacom-tablet.svg</property>
</object>
</property>
<child>
<object class="AdwActionRow" id="ekr_map_buttons">
<property name="title" translatable="yes">Map Buttons</property>
<property name="activatable">True</property>
<signal name="activated" handler="on_map_buttons_activated" object="CcWacomEkrPage" swapped="yes" />
<child type="suffix">
<object class="GtkImage">
<property name="icon-name">go-next-symbolic</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>