nss: upgrade to release 3.73
[LibreOffice.git] / sc / uiconfig / scalc / ui / sorttransformationentry.ui
blobcdd48d32e35f5c33d2080084200fb27008de461e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <!-- n-columns=1 n-rows=1 -->
6 <object class="GtkGrid" id="grid">
7 <property name="visible">True</property>
8 <property name="can_focus">False</property>
9 <property name="hexpand">True</property>
10 <property name="border_width">6</property>
11 <property name="row_spacing">6</property>
12 <property name="column_spacing">12</property>
13 <child>
14 <object class="GtkBox">
15 <property name="visible">True</property>
16 <property name="can_focus">False</property>
17 <property name="orientation">vertical</property>
18 <child>
19 <object class="GtkLabel">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="label" translatable="yes" context="sorttransformationentry|name">Sort Transformation</property>
23 </object>
24 <packing>
25 <property name="expand">False</property>
26 <property name="fill">True</property>
27 <property name="position">0</property>
28 </packing>
29 </child>
30 <child>
31 <!-- n-columns=1 n-rows=1 -->
32 <object class="GtkGrid" id="grid_details">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <child>
36 <object class="GtkCheckButton" id="ed_ascending">
37 <property name="label" translatable="yes" context="sorttransformationentry|type">Ascending Order</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="receives_default">False</property>
41 <property name="draw_indicator">False</property>
42 </object>
43 <packing>
44 <property name="left_attach">1</property>
45 <property name="top_attach">0</property>
46 </packing>
47 </child>
48 <child>
49 <object class="GtkLabel" id="label1">
50 <property name="visible">True</property>
51 <property name="can_focus">False</property>
52 <property name="label" translatable="yes" context="sorttransformationentry|column">Column:</property>
53 <accessibility>
54 <relation type="label-for" target="ed_columns"/>
55 </accessibility>
56 </object>
57 <packing>
58 <property name="left_attach">0</property>
59 <property name="top_attach">1</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkEntry" id="ed_columns">
64 <property name="visible">True</property>
65 <property name="can_focus">True</property>
66 <property name="truncate-multiline">True</property>
67 <accessibility>
68 <relation type="labelled-by" target="label1"/>
69 </accessibility>
70 </object>
71 <packing>
72 <property name="left_attach">1</property>
73 <property name="top_attach">1</property>
74 </packing>
75 </child>
76 <child>
77 <placeholder/>
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 <child>
87 <object class="GtkButton" id="ed_delete">
88 <property name="label" translatable="yes" context="sorttransformationentry|delete">Cancel</property>
89 <property name="visible">True</property>
90 <property name="can_focus">True</property>
91 <property name="receives_default">False</property>
92 </object>
93 <packing>
94 <property name="expand">False</property>
95 <property name="fill">True</property>
96 <property name="position">2</property>
97 </packing>
98 </child>
99 </object>
100 <packing>
101 <property name="left_attach">0</property>
102 <property name="top_attach">1</property>
103 </packing>
104 </child>
105 <child>
106 <object class="GtkSeparator">
107 <property name="visible">True</property>
108 <property name="can_focus">False</property>
109 </object>
110 <packing>
111 <property name="left_attach">0</property>
112 <property name="top_attach">0</property>
113 </packing>
114 </child>
115 </object>
116 </interface>