Avoid potential negative array index access to cached text.
[LibreOffice.git] / sc / uiconfig / scalc / ui / deleterowentry.ui
blobb0004f8db83a81720720031f83e0c082f397f4ab
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.2 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkGrid" id="grid">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="margin-end">6</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="GtkSeparator">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 </object>
17 <packing>
18 <property name="left_attach">0</property>
19 <property name="top_attach">0</property>
20 <property name="width">3</property>
21 </packing>
22 </child>
23 <child>
24 <object class="GtkLabel" id="label1">
25 <property name="visible">True</property>
26 <property name="can_focus">False</property>
27 <property name="halign">start</property>
28 <property name="label" translatable="yes" context="deleterow|delete_label">Delete Row Action</property>
29 <property name="use_underline">True</property>
30 <property name="mnemonic_widget">ed_find</property>
31 </object>
32 <packing>
33 <property name="left_attach">0</property>
34 <property name="top_attach">1</property>
35 <property name="width">3</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkEntry" id="ed_find">
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="hexpand">True</property>
43 <property name="width_chars">10</property>
44 <property name="truncate_multiline">True</property>
45 <property name="placeholder_text" translatable="yes" context="deleterow|value">Enter Value</property>
46 </object>
47 <packing>
48 <property name="left_attach">0</property>
49 <property name="top_attach">2</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkEntry" id="ed_columns">
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="hexpand">True</property>
57 <property name="width_chars">10</property>
58 <property name="truncate_multiline">True</property>
59 <property name="placeholder_text" translatable="yes" context="deleterow|column">Column</property>
60 </object>
61 <packing>
62 <property name="left_attach">1</property>
63 <property name="top_attach">2</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkButton" id="ed_delete">
68 <property name="label" translatable="yes" context="deleterow|delete_btn">Delete</property>
69 <property name="visible">True</property>
70 <property name="can_focus">True</property>
71 <property name="receives_default">False</property>
72 <property name="halign">end</property>
73 </object>
74 <packing>
75 <property name="left_attach">2</property>
76 <property name="top_attach">2</property>
77 </packing>
78 </child>
79 </object>
80 </interface>