a11y: Add description to cursor size dialog

This commit is contained in:
Marco Melorio 2023-10-09 15:52:19 +02:00 committed by Felipe Borges
parent 7962dbddea
commit 9006e6d421

View file

@ -11,16 +11,22 @@
</child>
<property name="content">
<object class="GtkBox" id="cursor_box">
<property name="homogeneous">True</property>
<object class="AdwPreferencesGroup">
<property name="description" translatable="yes">Cursor size can be combined with Zoom to make it easier to see the cursor.</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<style>
<class name="linked"/>
</style>
<child>
<object class="GtkBox" id="cursor_box">
<property name="homogeneous">True</property>
<style>
<class name="linked"/>
</style>
</object>
</child>
</object>
</property>
</object>