This was quite a huge port, but fortunately it mostly involved removing tons of deprecated widgets (without replacement; just drop them) and adjusting packing properties.
40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
<template class="CcCursorSizeDialog" parent="GtkDialog">
|
|
<property name="title" translatable="yes">Cursor Size</property>
|
|
<property name="resizable">False</property>
|
|
<property name="modal">True</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="margin_start">12</property>
|
|
<property name="margin_end">12</property>
|
|
<property name="margin_top">12</property>
|
|
<property name="margin_bottom">12</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">8</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="margin_start">12</property>
|
|
<property name="margin_end">6</property>
|
|
<property name="margin_top">6</property>
|
|
<property name="margin_bottom">6</property>
|
|
<property name="label" translatable="yes">Cursor size can be combined with zoom to make it easier to see the cursor.</property>
|
|
<property name="wrap">True</property>
|
|
<property name="max_width_chars">45</property>
|
|
<property name="xalign">0</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkGrid" id="size_grid">
|
|
<property name="hexpand">True</property>
|
|
<property name="halign">center</property>
|
|
<style>
|
|
<class name="linked"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|