Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sc / uiconfig / scalc / ui / splitcolumnentry.ui
blob30884054c2bfff2c26911648e128710a1f2ffaa1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.20.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkGrid" id="grid">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="hexpand">True</property>
9 <property name="border_width">6</property>
10 <property name="row_spacing">6</property>
11 <property name="column_spacing">12</property>
12 <child>
13 <object class="GtkBox">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 <property name="orientation">vertical</property>
17 <child>
18 <object class="GtkLabel">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21 <property name="label" translatable="yes" context="splitcolumnentry|name">Split Column Action</property>
22 </object>
23 <packing>
24 <property name="expand">False</property>
25 <property name="fill">True</property>
26 <property name="position">0</property>
27 </packing>
28 </child>
29 <child>
30 <object class="GtkGrid" id="grid_details">
31 <property name="visible">True</property>
32 <property name="can_focus">False</property>
33 <child>
34 <object class="GtkLabel">
35 <property name="visible">True</property>
36 <property name="can_focus">False</property>
37 <property name="label" translatable="yes" context="splitcolumnentry|separator">Separator:</property>
38 </object>
39 <packing>
40 <property name="left_attach">0</property>
41 <property name="top_attach">0</property>
42 </packing>
43 </child>
44 <child>
45 <object class="GtkLabel">
46 <property name="visible">True</property>
47 <property name="can_focus">False</property>
48 <property name="label" translatable="yes" context="splitcolumnentry|max_num_columns">Maximum Number of Columns</property>
49 </object>
50 <packing>
51 <property name="left_attach">0</property>
52 <property name="top_attach">1</property>
53 </packing>
54 </child>
55 <child>
56 <object class="GtkEntry" id="ed_separator">
57 <property name="visible">True</property>
58 <property name="can_focus">True</property>
59 </object>
60 <packing>
61 <property name="left_attach">1</property>
62 <property name="top_attach">0</property>
63 </packing>
64 </child>
65 <child>
66 <object class="GtkSpinButton" id="num_cols">
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="input_purpose">digits</property>
70 <property name="climb_rate">1</property>
71 <property name="numeric">True</property>
72 <property name="value">-1</property>
73 </object>
74 <packing>
75 <property name="left_attach">1</property>
76 <property name="top_attach">1</property>
77 </packing>
78 </child>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="position">1</property>
84 </packing>
85 </child>
86 </object>
87 <packing>
88 <property name="left_attach">0</property>
89 <property name="top_attach">0</property>
90 </packing>
91 </child>
92 </object>
93 </interface>