update credits
[LibreOffice.git] / cui / uiconfig / ui / twolinespage.ui
blobc6e6855f5d45c015748c826c479a9720229b9bd5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <!-- interface-requires LibreOffice 1.0 -->
5 <object class="GtkListStore" id="liststore2">
6 <columns>
7 <!-- column-name gchararray1 -->
8 <column type="gchararray"/>
9 <!-- column-name gint1 -->
10 <column type="gint"/>
11 </columns>
12 <data>
13 <row>
14 <col id="0" translatable="yes">(None)</col>
15 <col id="1">0</col>
16 </row>
17 <row>
18 <col id="0" translatable="yes">)</col>
19 <col id="1">1</col>
20 </row>
21 <row>
22 <col id="0" translatable="yes">]</col>
23 <col id="1">2</col>
24 </row>
25 <row>
26 <col id="0" translatable="yes">&gt;</col>
27 <col id="1">3</col>
28 </row>
29 <row>
30 <col id="0" translatable="yes">}</col>
31 <col id="1">4</col>
32 </row>
33 <row>
34 <col id="0" translatable="yes">Other Characters...</col>
35 <col id="1">5</col>
36 </row>
37 </data>
38 </object>
39 <object class="GtkBox" id="TwoLinesPage">
40 <property name="visible">True</property>
41 <property name="can_focus">False</property>
42 <property name="border_width">6</property>
43 <property name="orientation">vertical</property>
44 <property name="spacing">12</property>
45 <child>
46 <object class="GtkFrame" id="frame8">
47 <property name="visible">True</property>
48 <property name="can_focus">False</property>
49 <property name="label_xalign">0</property>
50 <property name="shadow_type">none</property>
51 <child>
52 <object class="GtkAlignment" id="alignment8">
53 <property name="visible">True</property>
54 <property name="can_focus">False</property>
55 <property name="top_padding">6</property>
56 <property name="left_padding">12</property>
57 <child>
58 <object class="GtkCheckButton" id="twolines">
59 <property name="label" translatable="yes">Write in double lines</property>
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="receives_default">False</property>
63 <property name="xalign">0</property>
64 <property name="draw_indicator">True</property>
65 </object>
66 </child>
67 </object>
68 </child>
69 <child type="label">
70 <object class="GtkLabel" id="label2">
71 <property name="visible">True</property>
72 <property name="can_focus">False</property>
73 <property name="label" translatable="yes">Double-lined</property>
74 <attributes>
75 <attribute name="weight" value="bold"/>
76 </attributes>
77 </object>
78 </child>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="position">0</property>
84 </packing>
85 </child>
86 <child>
87 <object class="GtkFrame" id="enclosing">
88 <property name="visible">True</property>
89 <property name="can_focus">False</property>
90 <property name="label_xalign">0</property>
91 <property name="shadow_type">none</property>
92 <child>
93 <object class="GtkAlignment" id="alignment9">
94 <property name="visible">True</property>
95 <property name="can_focus">False</property>
96 <property name="top_padding">6</property>
97 <property name="left_padding">12</property>
98 <child>
99 <object class="GtkGrid" id="grid5">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="column_spacing">6</property>
103 <property name="column_homogeneous">True</property>
104 <child>
105 <object class="GtkLabel" id="label29">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="label" translatable="yes">Initial character</property>
109 </object>
110 <packing>
111 <property name="left_attach">0</property>
112 <property name="top_attach">0</property>
113 <property name="width">1</property>
114 <property name="height">1</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkLabel" id="label30">
119 <property name="visible">True</property>
120 <property name="can_focus">False</property>
121 <property name="label" translatable="yes">Final character</property>
122 </object>
123 <packing>
124 <property name="left_attach">1</property>
125 <property name="top_attach">0</property>
126 <property name="width">1</property>
127 <property name="height">1</property>
128 </packing>
129 </child>
130 <child>
131 <object class="GtkTreeView" id="startbracket">
132 <property name="visible">True</property>
133 <property name="can_focus">True</property>
134 <property name="model">liststore1</property>
135 <property name="search_column">0</property>
136 <child internal-child="selection">
137 <object class="GtkTreeSelection" id="treeview-selection5"/>
138 </child>
139 </object>
140 <packing>
141 <property name="left_attach">0</property>
142 <property name="top_attach">1</property>
143 <property name="width">1</property>
144 <property name="height">1</property>
145 </packing>
146 </child>
147 <child>
148 <object class="GtkTreeView" id="endbracket">
149 <property name="visible">True</property>
150 <property name="can_focus">True</property>
151 <property name="model">liststore2</property>
152 <property name="search_column">0</property>
153 <child internal-child="selection">
154 <object class="GtkTreeSelection" id="treeview-selection6"/>
155 </child>
156 </object>
157 <packing>
158 <property name="left_attach">1</property>
159 <property name="top_attach">1</property>
160 <property name="width">1</property>
161 <property name="height">1</property>
162 </packing>
163 </child>
164 </object>
165 </child>
166 </object>
167 </child>
168 <child type="label">
169 <object class="GtkLabel" id="label28">
170 <property name="visible">True</property>
171 <property name="can_focus">False</property>
172 <property name="label" translatable="yes">Enclosing character</property>
173 <attributes>
174 <attribute name="weight" value="bold"/>
175 </attributes>
176 </object>
177 </child>
178 </object>
179 <packing>
180 <property name="expand">False</property>
181 <property name="fill">True</property>
182 <property name="position">1</property>
183 </packing>
184 </child>
185 <child>
186 <object class="GtkAlignment" id="alignment14">
187 <property name="visible">True</property>
188 <property name="can_focus">False</property>
189 <property name="valign">end</property>
190 <property name="top_padding">6</property>
191 <property name="left_padding">12</property>
192 <property name="right_padding">12</property>
193 <child>
194 <object class="svxlo-SvxFontPrevWindow" id="preview:border">
195 <property name="height_request">100</property>
196 <property name="visible">True</property>
197 <property name="can_focus">False</property>
198 <child internal-child="accessible">
199 <object class="AtkObject" id="preview:border-atkobject">
200 <property name="AtkObject::accessible-name" translatable="yes">Preview</property>
201 </object>
202 </child>
203 </object>
204 </child>
205 </object>
206 <packing>
207 <property name="expand">False</property>
208 <property name="fill">True</property>
209 <property name="pack_type">end</property>
210 <property name="position">2</property>
211 </packing>
212 </child>
213 </object>
214 <object class="GtkListStore" id="liststore1">
215 <columns>
216 <!-- column-name gchararray1 -->
217 <column type="gchararray"/>
218 <!-- column-name gint1 -->
219 <column type="gint"/>
220 </columns>
221 <data>
222 <row>
223 <col id="0" translatable="yes">(None)</col>
224 <col id="1">0</col>
225 </row>
226 <row>
227 <col id="0" translatable="yes">(</col>
228 <col id="1">1</col>
229 </row>
230 <row>
231 <col id="0" translatable="yes">[</col>
232 <col id="1">2</col>
233 </row>
234 <row>
235 <col id="0" translatable="yes">&lt;</col>
236 <col id="1">3</col>
237 </row>
238 <row>
239 <col id="0" translatable="yes">{</col>
240 <col id="1">4</col>
241 </row>
242 <row>
243 <col id="0" translatable="yes">Other Characters...</col>
244 <col id="1">5</col>
245 </row>
246 </data>
247 </object>
248 </interface>