bump product version to 6.3.0.0.beta1
[LibreOffice.git] / cui / uiconfig / ui / newtabledialog.ui
blobd44a22aa470e2fab237ee3b04c7a895af878a15c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.20.4 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="columns_value">
6 <property name="lower">1</property>
7 <property name="upper">75</property>
8 <property name="value">5</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="rows_value">
13 <property name="lower">1</property>
14 <property name="upper">75</property>
15 <property name="value">2</property>
16 <property name="step_increment">1</property>
17 <property name="page_increment">10</property>
18 </object>
19 <object class="GtkDialog" id="NewTableDialog">
20 <property name="can_focus">False</property>
21 <property name="border_width">6</property>
22 <property name="title" translatable="yes" context="newtabledialog|NewTableDialog">Insert Table</property>
23 <property name="modal">True</property>
24 <property name="default_width">0</property>
25 <property name="default_height">0</property>
26 <property name="type_hint">dialog</property>
27 <child internal-child="vbox">
28 <object class="GtkBox" id="dialog-vbox1">
29 <property name="can_focus">False</property>
30 <property name="orientation">vertical</property>
31 <property name="spacing">12</property>
32 <child internal-child="action_area">
33 <object class="GtkButtonBox" id="dialog-action_area1">
34 <property name="can_focus">False</property>
35 <property name="layout_style">end</property>
36 <child>
37 <object class="GtkButton" id="help">
38 <property name="label">gtk-help</property>
39 <property name="visible">True</property>
40 <property name="can_focus">True</property>
41 <property name="receives_default">True</property>
42 <property name="use_stock">True</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">True</property>
47 <property name="position">0</property>
48 <property name="secondary">True</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="ok">
53 <property name="label">gtk-ok</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="can_default">True</property>
57 <property name="has_default">True</property>
58 <property name="receives_default">False</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="cancel">
69 <property name="label">gtk-cancel</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 </packing>
80 </child>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="pack_type">end</property>
86 <property name="position">0</property>
87 </packing>
88 </child>
89 <child>
90 <object class="GtkGrid" id="grid1">
91 <property name="visible">True</property>
92 <property name="can_focus">False</property>
93 <property name="border_width">6</property>
94 <property name="row_spacing">12</property>
95 <property name="column_spacing">12</property>
96 <child>
97 <object class="GtkLabel" id="columns_label">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="hexpand">True</property>
101 <property name="label" translatable="yes" context="newtabledialog|columns_label">_Number of columns:</property>
102 <property name="use_underline">True</property>
103 <property name="mnemonic_widget">columns</property>
104 <property name="xalign">0</property>
105 </object>
106 <packing>
107 <property name="left_attach">0</property>
108 <property name="top_attach">0</property>
109 </packing>
110 </child>
111 <child>
112 <object class="GtkLabel" id="rows_label">
113 <property name="visible">True</property>
114 <property name="can_focus">False</property>
115 <property name="hexpand">True</property>
116 <property name="label" translatable="yes" context="newtabledialog|rows_label">_Number of rows:</property>
117 <property name="use_underline">True</property>
118 <property name="mnemonic_widget">rows</property>
119 <property name="xalign">0</property>
120 </object>
121 <packing>
122 <property name="left_attach">0</property>
123 <property name="top_attach">1</property>
124 </packing>
125 </child>
126 <child>
127 <object class="GtkSpinButton" id="columns">
128 <property name="visible">True</property>
129 <property name="can_focus">True</property>
130 <property name="activates_default">True</property>
131 <property name="adjustment">columns_value</property>
132 <property name="climb_rate">1</property>
133 <property name="snap_to_ticks">True</property>
134 <property name="numeric">True</property>
135 </object>
136 <packing>
137 <property name="left_attach">1</property>
138 <property name="top_attach">0</property>
139 </packing>
140 </child>
141 <child>
142 <object class="GtkSpinButton" id="rows">
143 <property name="visible">True</property>
144 <property name="can_focus">True</property>
145 <property name="activates_default">True</property>
146 <property name="adjustment">rows_value</property>
147 <property name="snap_to_ticks">True</property>
148 <property name="numeric">True</property>
149 </object>
150 <packing>
151 <property name="left_attach">1</property>
152 <property name="top_attach">1</property>
153 </packing>
154 </child>
155 </object>
156 <packing>
157 <property name="expand">True</property>
158 <property name="fill">True</property>
159 <property name="position">1</property>
160 </packing>
161 </child>
162 </object>
163 </child>
164 <action-widgets>
165 <action-widget response="-11">help</action-widget>
166 <action-widget response="-5">ok</action-widget>
167 <action-widget response="-6">cancel</action-widget>
168 </action-widgets>
169 <child>
170 <placeholder/>
171 </child>
172 </object>
173 </interface>