bump product version to 5.0.4.1
[LibreOffice.git] / cui / uiconfig / ui / splitcellsdialog.ui
blob89c276d7b7e2f6806e10926de0a2d1b1c5dc2b5e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.0"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">2</property>
7 <property name="upper">20</property>
8 <property name="value">2</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">5</property>
11 </object>
12 <object class="GtkImage" id="image1">
13 <property name="visible">True</property>
14 <property name="can_focus">False</property>
15 <property name="pixbuf">svx/res/zetlhor2.png</property>
16 </object>
17 <object class="GtkImage" id="image2">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="pixbuf">svx/res/zetlver2.png</property>
21 </object>
22 <object class="GtkDialog" id="SplitCellsDialog">
23 <property name="can_focus">False</property>
24 <property name="border_width">6</property>
25 <property name="title" translatable="yes">Split Cells</property>
26 <property name="resizable">False</property>
27 <property name="type_hint">dialog</property>
28 <child internal-child="vbox">
29 <object class="GtkBox" id="dialog-vbox1">
30 <property name="can_focus">False</property>
31 <property name="orientation">vertical</property>
32 <property name="spacing">12</property>
33 <child internal-child="action_area">
34 <object class="GtkButtonBox" id="dialog-action_area1">
35 <property name="can_focus">False</property>
36 <property name="layout_style">end</property>
37 <child>
38 <object class="GtkButton" id="button1">
39 <property name="label">gtk-ok</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="can_default">True</property>
43 <property name="has_default">True</property>
44 <property name="receives_default">True</property>
45 <property name="use_stock">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">True</property>
50 <property name="position">0</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="button2">
55 <property name="label">gtk-cancel</property>
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="receives_default">True</property>
59 <property name="use_stock">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">True</property>
64 <property name="position">1</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkButton" id="button3">
69 <property name="label">gtk-help</property>
70 <property name="visible">True</property>
71 <property name="can_focus">True</property>
72 <property name="receives_default">True</property>
73 <property name="use_stock">True</property>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="position">2</property>
79 <property name="secondary">True</property>
80 </packing>
81 </child>
82 </object>
83 <packing>
84 <property name="expand">False</property>
85 <property name="fill">True</property>
86 <property name="pack_type">end</property>
87 <property name="position">0</property>
88 </packing>
89 </child>
90 <child>
91 <object class="GtkBox" id="box1">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="orientation">vertical</property>
95 <property name="spacing">12</property>
96 <child>
97 <object class="GtkFrame" id="frame1">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="label_xalign">0</property>
101 <property name="shadow_type">none</property>
102 <child>
103 <object class="GtkAlignment" id="alignment1">
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="top_padding">6</property>
107 <property name="left_padding">12</property>
108 <child>
109 <object class="GtkGrid" id="grid1">
110 <property name="visible">True</property>
111 <property name="can_focus">False</property>
112 <property name="column_spacing">12</property>
113 <child>
114 <object class="GtkLabel" id="label3">
115 <property name="visible">True</property>
116 <property name="can_focus">False</property>
117 <property name="label" translatable="yes">_Split cell into:</property>
118 <property name="use_underline">True</property>
119 <property name="mnemonic_widget">countnf</property>
120 </object>
121 <packing>
122 <property name="left_attach">0</property>
123 <property name="top_attach">0</property>
124 </packing>
125 </child>
126 <child>
127 <object class="GtkSpinButton" id="countnf">
128 <property name="visible">True</property>
129 <property name="can_focus">True</property>
130 <property name="invisible_char"></property>
131 <property name="adjustment">adjustment1</property>
132 </object>
133 <packing>
134 <property name="left_attach">1</property>
135 <property name="top_attach">0</property>
136 </packing>
137 </child>
138 </object>
139 </child>
140 </object>
141 </child>
142 <child type="label">
143 <object class="GtkLabel" id="label1">
144 <property name="visible">True</property>
145 <property name="can_focus">False</property>
146 <property name="label" translatable="yes">Split</property>
147 <attributes>
148 <attribute name="weight" value="bold"/>
149 </attributes>
150 </object>
151 </child>
152 </object>
153 <packing>
154 <property name="expand">False</property>
155 <property name="fill">True</property>
156 <property name="position">0</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkFrame" id="frame2">
161 <property name="visible">True</property>
162 <property name="can_focus">False</property>
163 <property name="label_xalign">0</property>
164 <property name="shadow_type">none</property>
165 <child>
166 <object class="GtkAlignment" id="alignment2">
167 <property name="visible">True</property>
168 <property name="can_focus">False</property>
169 <property name="top_padding">6</property>
170 <property name="left_padding">12</property>
171 <child>
172 <object class="GtkGrid" id="grid2">
173 <property name="visible">True</property>
174 <property name="can_focus">False</property>
175 <property name="row_spacing">6</property>
176 <child>
177 <object class="GtkRadioButton" id="hori">
178 <property name="label" translatable="yes">H_orizontally</property>
179 <property name="visible">True</property>
180 <property name="can_focus">True</property>
181 <property name="receives_default">False</property>
182 <property name="image">image1</property>
183 <property name="use_underline">True</property>
184 <property name="xalign">0</property>
185 <property name="active">True</property>
186 <property name="draw_indicator">True</property>
187 <property name="group">vert</property>
188 </object>
189 <packing>
190 <property name="left_attach">0</property>
191 <property name="top_attach">0</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkRadioButton" id="vert">
196 <property name="label" translatable="yes">_Vertically</property>
197 <property name="visible">True</property>
198 <property name="can_focus">True</property>
199 <property name="receives_default">False</property>
200 <property name="image">image2</property>
201 <property name="use_underline">True</property>
202 <property name="xalign">0</property>
203 <property name="draw_indicator">True</property>
204 <property name="group">hori</property>
205 </object>
206 <packing>
207 <property name="left_attach">0</property>
208 <property name="top_attach">2</property>
209 </packing>
210 </child>
211 <child>
212 <object class="GtkAlignment" id="alignment3">
213 <property name="visible">True</property>
214 <property name="can_focus">False</property>
215 <property name="left_padding">12</property>
216 <child>
217 <object class="GtkCheckButton" id="prop">
218 <property name="label" translatable="yes">_Into equal proportions</property>
219 <property name="visible">True</property>
220 <property name="can_focus">True</property>
221 <property name="receives_default">False</property>
222 <property name="use_underline">True</property>
223 <property name="xalign">0</property>
224 <property name="draw_indicator">True</property>
225 </object>
226 </child>
227 </object>
228 <packing>
229 <property name="left_attach">0</property>
230 <property name="top_attach">1</property>
231 </packing>
232 </child>
233 </object>
234 </child>
235 </object>
236 </child>
237 <child type="label">
238 <object class="GtkLabel" id="label2">
239 <property name="visible">True</property>
240 <property name="can_focus">False</property>
241 <property name="label" translatable="yes">Direction</property>
242 <attributes>
243 <attribute name="weight" value="bold"/>
244 </attributes>
245 </object>
246 </child>
247 </object>
248 <packing>
249 <property name="expand">False</property>
250 <property name="fill">True</property>
251 <property name="position">1</property>
252 </packing>
253 </child>
254 </object>
255 <packing>
256 <property name="expand">True</property>
257 <property name="fill">True</property>
258 <property name="position">1</property>
259 </packing>
260 </child>
261 </object>
262 </child>
263 <action-widgets>
264 <action-widget response="0">button1</action-widget>
265 <action-widget response="0">button2</action-widget>
266 <action-widget response="0">button3</action-widget>
267 </action-widgets>
268 </object>
269 </interface>