gnome-control-center/panels/universal-access/cc-cursor-size-dialog.ui
Automeris naranja 7b4e95ae99 cursor-size-dialog: Use GtkFlowBox to group the cursor buttons
Doing so, the dialog will be adaptive in when the window
width is narrow.

Also, ditch the .linked style class, because the buttons
are now in a reflowing grid.
2024-06-04 09:48:44 +00:00

31 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcCursorSizeDialog" parent="AdwDialog">
<property name="title" translatable="yes">Cursor Size</property>
<property name="content-width">500</property>
<property name="child">
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar"/>
</child>
<property name="content">
<object class="AdwPreferencesPage">
<property name="description" translatable="yes">Cursor size can be combined with Zoom to make it easier to see the cursor</property>
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="GtkFlowBox" id="cursor_box">
<property name="homogeneous">True</property>
<property name="column-spacing">6</property>
<property name="row-spacing">6</property>
<property name="selection-mode">none</property>
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</property>
</template>
</interface>