blob: 4822640f46f9d8264a084dac5544b97dac88eedc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="dba">
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="RTFCopyTable">
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="border_width">6</property>
<property name="title" translatable="yes" context="rtfcopytabledialog|RTFCopyTable">Copy RTF Table</property>
<property name="type_hint">dialog</property>
</object>
</interface>
|