bump product version to 6.3.0.0.beta1
[LibreOffice.git] / cui / uiconfig / ui / breaknumberoption.ui
blob0f60f687762d73a031ca0afc6886e3d80b55d25a
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="adjustment1">
6 <property name="lower">2</property>
7 <property name="upper">9</property>
8 <property name="value">1</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkDialog" id="BreakNumberOption">
13 <property name="can_focus">False</property>
14 <property name="border_width">6</property>
15 <property name="title" translatable="yes" context="breaknumberoption|BreakNumberOption">Hyphenation</property>
16 <property name="resizable">False</property>
17 <property name="default_width">0</property>
18 <property name="default_height">0</property>
19 <property name="type_hint">dialog</property>
20 <child internal-child="vbox">
21 <object class="GtkBox" id="dialog-vbox1">
22 <property name="can_focus">False</property>
23 <property name="orientation">vertical</property>
24 <property name="spacing">12</property>
25 <child internal-child="action_area">
26 <object class="GtkButtonBox" id="dialog-action_area1">
27 <property name="can_focus">False</property>
28 <property name="layout_style">end</property>
29 <child>
30 <object class="GtkButton" id="ok">
31 <property name="label">gtk-ok</property>
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="can_default">True</property>
35 <property name="has_default">True</property>
36 <property name="receives_default">True</property>
37 <property name="use_stock">True</property>
38 </object>
39 <packing>
40 <property name="expand">False</property>
41 <property name="fill">True</property>
42 <property name="position">0</property>
43 </packing>
44 </child>
45 <child>
46 <object class="GtkButton" id="cancel">
47 <property name="label">gtk-cancel</property>
48 <property name="visible">True</property>
49 <property name="can_focus">True</property>
50 <property name="receives_default">True</property>
51 <property name="use_stock">True</property>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">True</property>
56 <property name="position">1</property>
57 </packing>
58 </child>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="pack_type">end</property>
64 <property name="position">0</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkGrid" id="grid1">
69 <property name="visible">True</property>
70 <property name="can_focus">False</property>
71 <property name="row_spacing">12</property>
72 <child>
73 <object class="GtkFrame" id="beforeframe">
74 <property name="can_focus">False</property>
75 <property name="no_show_all">True</property>
76 <property name="label_xalign">0</property>
77 <property name="shadow_type">none</property>
78 <child>
79 <object class="GtkAlignment" id="alignment2">
80 <property name="visible">True</property>
81 <property name="can_focus">False</property>
82 <property name="top_padding">6</property>
83 <property name="left_padding">12</property>
84 <child>
85 <object class="GtkSpinButton" id="beforebreak">
86 <property name="visible">True</property>
87 <property name="can_focus">True</property>
88 <property name="halign">start</property>
89 <property name="activates_default">True</property>
90 <property name="adjustment">adjustment1</property>
91 </object>
92 </child>
93 </object>
94 </child>
95 <child type="label">
96 <object class="GtkLabel" id="beforelabel">
97 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <property name="label" translatable="yes" context="breaknumberoption|beforelabel">Characters Before Break</property>
100 <attributes>
101 <attribute name="weight" value="bold"/>
102 </attributes>
103 </object>
104 </child>
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="GtkFrame" id="afterframe">
113 <property name="can_focus">False</property>
114 <property name="no_show_all">True</property>
115 <property name="label_xalign">0</property>
116 <property name="shadow_type">none</property>
117 <child>
118 <object class="GtkAlignment" id="alignment1">
119 <property name="visible">True</property>
120 <property name="can_focus">False</property>
121 <property name="top_padding">6</property>
122 <property name="left_padding">12</property>
123 <child>
124 <object class="GtkSpinButton" id="afterbreak">
125 <property name="visible">True</property>
126 <property name="can_focus">True</property>
127 <property name="halign">start</property>
128 <property name="activates_default">True</property>
129 <property name="adjustment">adjustment1</property>
130 </object>
131 </child>
132 </object>
133 </child>
134 <child type="label">
135 <object class="GtkLabel" id="afterlabel">
136 <property name="visible">True</property>
137 <property name="can_focus">False</property>
138 <property name="label" translatable="yes" context="breaknumberoption|afterlabel">Characters After Break</property>
139 <attributes>
140 <attribute name="weight" value="bold"/>
141 </attributes>
142 </object>
143 </child>
144 </object>
145 <packing>
146 <property name="left_attach">0</property>
147 <property name="top_attach">1</property>
148 </packing>
149 </child>
150 <child>
151 <object class="GtkFrame" id="miniframe">
152 <property name="can_focus">False</property>
153 <property name="no_show_all">True</property>
154 <property name="label_xalign">0</property>
155 <property name="shadow_type">none</property>
156 <child>
157 <object class="GtkAlignment" id="alignment3">
158 <property name="visible">True</property>
159 <property name="can_focus">False</property>
160 <property name="top_padding">6</property>
161 <property name="left_padding">12</property>
162 <child>
163 <object class="GtkSpinButton" id="wordlength">
164 <property name="visible">True</property>
165 <property name="can_focus">True</property>
166 <property name="halign">start</property>
167 <property name="activates_default">True</property>
168 <property name="adjustment">adjustment1</property>
169 </object>
170 </child>
171 </object>
172 </child>
173 <child type="label">
174 <object class="GtkLabel" id="minimallabel">
175 <property name="visible">True</property>
176 <property name="can_focus">False</property>
177 <property name="label" translatable="yes" context="breaknumberoption|minimallabel">Minimal Word Length</property>
178 <attributes>
179 <attribute name="weight" value="bold"/>
180 </attributes>
181 </object>
182 </child>
183 </object>
184 <packing>
185 <property name="left_attach">0</property>
186 <property name="top_attach">2</property>
187 </packing>
188 </child>
189 </object>
190 <packing>
191 <property name="expand">False</property>
192 <property name="fill">True</property>
193 <property name="position">1</property>
194 </packing>
195 </child>
196 </object>
197 </child>
198 <action-widgets>
199 <action-widget response="-5">ok</action-widget>
200 <action-widget response="-6">cancel</action-widget>
201 </action-widgets>
202 <child>
203 <placeholder/>
204 </child>
205 </object>
206 </interface>