2020-11-02 16:00:11 +13:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2023-10-09 14:54:59 +02:00
|
|
|
<template class="CcCursorSizeDialog" parent="AdwWindow">
|
2020-11-02 16:00:11 +13:00
|
|
|
<property name="title" translatable="yes">Cursor Size</property>
|
|
|
|
<property name="resizable">False</property>
|
|
|
|
<property name="modal">True</property>
|
2024-01-14 03:16:09 -03:00
|
|
|
<property name="width-request">360</property>
|
|
|
|
<property name="height-request">294</property>
|
|
|
|
<property name="default-width">500</property>
|
|
|
|
<property name="default-height">294</property>
|
2023-10-09 14:54:59 +02:00
|
|
|
<property name="content">
|
|
|
|
<object class="AdwToolbarView">
|
|
|
|
<child type="top">
|
|
|
|
<object class="AdwHeaderBar"/>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<property name="content">
|
2024-01-14 03:16:09 -03:00
|
|
|
<object class="AdwPreferencesPage">
|
2024-02-02 16:40:10 +01:00
|
|
|
<property name="description" translatable="yes">Cursor size can be combined with Zoom to make it easier to see the cursor</property>
|
2023-10-09 15:52:19 +02:00
|
|
|
<child>
|
2024-01-14 03:16:09 -03:00
|
|
|
<object class="AdwPreferencesGroup">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="cursor_box">
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2023-10-09 15:52:19 +02:00
|
|
|
</object>
|
|
|
|
</child>
|
2020-11-02 16:00:11 +13:00
|
|
|
</object>
|
2023-10-09 14:54:59 +02:00
|
|
|
</property>
|
2020-11-02 16:00:11 +13:00
|
|
|
</object>
|
2023-10-09 14:54:59 +02:00
|
|
|
</property>
|
2020-11-02 16:00:11 +13:00
|
|
|
</template>
|
|
|
|
</interface>
|