bump product version to 5.0.4.1
[LibreOffice.git] / sc / uiconfig / scalc / ui / searchresults.ui
blobc39408aa2a31095bd60ce5423ddd06dff174656d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires LibreOffice 1.0 -->
4 <!-- interface-requires gtk+ 3.0 -->
5 <object class="GtkDialog" id="SearchResultsDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes">Search Results</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">12</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="dialog-action_area1">
17 <property name="can_focus">False</property>
18 <property name="layout_style">end</property>
19 <child>
20 <object class="GtkButton" id="close">
21 <property name="label">gtk-close</property>
22 <property name="visible">True</property>
23 <property name="can_focus">True</property>
24 <property name="can_default">True</property>
25 <property name="has_default">True</property>
26 <property name="receives_default">True</property>
27 <property name="use_stock">True</property>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="fill">True</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">True</property>
39 <property name="pack_type">end</property>
40 <property name="position">0</property>
41 </packing>
42 </child>
43 <child>
44 <object class="svtlo-SvSimpleTableContainer" id="results">
45 <property name="visible">True</property>
46 <property name="can_focus">False</property>
47 <property name="hexpand">True</property>
48 <property name="vexpand">True</property>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">True</property>
53 <property name="position">1</property>
54 </packing>
55 </child>
56 </object>
57 </child>
58 <action-widgets>
59 <action-widget response="0">close</action-widget>
60 </action-widgets>
61 </object>
62 </interface>