a11y: Add description to cursor size dialog
This commit is contained in:
parent
7962dbddea
commit
9006e6d421
1 changed files with 11 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue