android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / newtabledialog.ui
blob8b3d12aef0596c507e2cd0ec74068d3be5dcee00
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.20"/>
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" translatable="yes" context="stock">_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-underline">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" translatable="yes" context="stock">_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-underline">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" translatable="yes" context="stock">_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-underline">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 <!-- n-columns=1 n-rows=1 -->
91 <object class="GtkGrid" id="grid1">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="border_width">6</property>
95 <property name="row_spacing">12</property>
96 <property name="column_spacing">12</property>
97 <child>
98 <object class="GtkLabel" id="columns_label">
99 <property name="visible">True</property>
100 <property name="can_focus">False</property>
101 <property name="hexpand">True</property>
102 <property name="label" translatable="yes" context="newtabledialog|columns_label">_Number of columns:</property>
103 <property name="use_underline">True</property>
104 <property name="mnemonic_widget">columns</property>
105 <property name="xalign">0</property>
106 </object>
107 <packing>
108 <property name="left_attach">0</property>
109 <property name="top_attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkLabel" id="rows_label">
114 <property name="visible">True</property>
115 <property name="can_focus">False</property>
116 <property name="hexpand">True</property>
117 <property name="label" translatable="yes" context="newtabledialog|rows_label">_Number of rows:</property>
118 <property name="use_underline">True</property>
119 <property name="mnemonic_widget">rows</property>
120 <property name="xalign">0</property>
121 </object>
122 <packing>
123 <property name="left_attach">0</property>
124 <property name="top_attach">1</property>
125 </packing>
126 </child>
127 <child>
128 <object class="GtkSpinButton" id="columns">
129 <property name="visible">True</property>
130 <property name="can_focus">True</property>
131 <property name="activates_default">True</property>
132 <property name="adjustment">columns_value</property>
133 <property name="snap_to_ticks">True</property>
134 <property name="truncate-multiline">True</property>
135 <property name="numeric">True</property>
136 </object>
137 <packing>
138 <property name="left_attach">1</property>
139 <property name="top_attach">0</property>
140 </packing>
141 </child>
142 <child>
143 <object class="GtkSpinButton" id="rows">
144 <property name="visible">True</property>
145 <property name="can_focus">True</property>
146 <property name="activates_default">True</property>
147 <property name="adjustment">rows_value</property>
148 <property name="snap_to_ticks">True</property>
149 <property name="truncate-multiline">True</property>
150 <property name="numeric">True</property>
151 </object>
152 <packing>
153 <property name="left_attach">1</property>
154 <property name="top_attach">1</property>
155 </packing>
156 </child>
157 </object>
158 <packing>
159 <property name="expand">True</property>
160 <property name="fill">True</property>
161 <property name="position">1</property>
162 </packing>
163 </child>
164 </object>
165 </child>
166 <action-widgets>
167 <action-widget response="-11">help</action-widget>
168 <action-widget response="-5">ok</action-widget>
169 <action-widget response="-6">cancel</action-widget>
170 </action-widgets>
171 <child>
172 <placeholder/>
173 </child>
174 </object>
175 </interface>