Bump version to 21.06.18.1
[LibreOffice.git] / starmath / uiconfig / smath / ui / alignmentdialog.ui
blob95615b62a4ea839baab7f1a01789a649ff993a5f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sm">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="AlignmentDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="alignmentdialog|AlignmentDialog">Alignment</property>
9 <property name="resizable">False</property>
10 <property name="modal">True</property>
11 <property name="type_hint">dialog</property>
12 <child internal-child="vbox">
13 <object class="GtkBox" id="dialog-vbox3">
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">12</property>
17 <child internal-child="action_area">
18 <object class="GtkButtonBox" id="dialog-action_area3">
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="default">
23 <property name="label" translatable="yes" context="alignmentdialog|default">_Default</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="receives_default">True</property>
27 <property name="use_underline">True</property>
28 <child internal-child="accessible">
29 <object class="AtkObject" id="default-atkobject">
30 <property name="AtkObject::accessible-description" translatable="yes" context="alignmentdialog|extended_tip|default">Click here to save your changes as the default settings for new formulas.</property>
31 </object>
32 </child>
33 </object>
34 <packing>
35 <property name="expand">False</property>
36 <property name="fill">True</property>
37 <property name="position">0</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkButton" id="ok">
42 <property name="label">gtk-ok</property>
43 <property name="visible">True</property>
44 <property name="can_focus">True</property>
45 <property name="can_default">True</property>
46 <property name="has_default">True</property>
47 <property name="receives_default">True</property>
48 <property name="use_stock">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 <child>
57 <object class="GtkButton" id="cancel">
58 <property name="label">gtk-cancel</property>
59 <property name="visible">True</property>
60 <property name="can_focus">True</property>
61 <property name="receives_default">True</property>
62 <property name="use_stock">True</property>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">True</property>
67 <property name="position">2</property>
68 </packing>
69 </child>
70 <child>
71 <object class="GtkButton" id="help">
72 <property name="label">gtk-help</property>
73 <property name="visible">True</property>
74 <property name="can_focus">True</property>
75 <property name="receives_default">True</property>
76 <property name="use_stock">True</property>
77 </object>
78 <packing>
79 <property name="expand">False</property>
80 <property name="fill">True</property>
81 <property name="position">3</property>
82 <property name="secondary">True</property>
83 </packing>
84 </child>
85 </object>
86 <packing>
87 <property name="expand">False</property>
88 <property name="fill">True</property>
89 <property name="pack_type">end</property>
90 <property name="position">0</property>
91 </packing>
92 </child>
93 <child>
94 <object class="GtkFrame" id="frame1">
95 <property name="visible">True</property>
96 <property name="can_focus">False</property>
97 <property name="hexpand">True</property>
98 <property name="vexpand">True</property>
99 <property name="label_xalign">0</property>
100 <property name="shadow_type">none</property>
101 <child>
102 <object class="GtkAlignment" id="alignment1">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="hexpand">True</property>
106 <property name="vexpand">True</property>
107 <property name="top_padding">6</property>
108 <property name="left_padding">12</property>
109 <child>
110 <object class="GtkBox" id="box1">
111 <property name="visible">True</property>
112 <property name="can_focus">False</property>
113 <property name="orientation">vertical</property>
114 <property name="spacing">6</property>
115 <child>
116 <object class="GtkRadioButton" id="left">
117 <property name="label" translatable="yes" context="alignmentdialog|left">_Left</property>
118 <property name="visible">True</property>
119 <property name="can_focus">True</property>
120 <property name="receives_default">False</property>
121 <property name="use_underline">True</property>
122 <property name="xalign">0</property>
123 <property name="active">True</property>
124 <property name="draw_indicator">True</property>
125 <child internal-child="accessible">
126 <object class="AtkObject" id="left-atkobject">
127 <property name="AtkObject::accessible-description" translatable="yes" context="alignmentdialog|extended_tip|left">Aligns the selected elements of a formula to the left.</property>
128 </object>
129 </child>
130 </object>
131 <packing>
132 <property name="expand">False</property>
133 <property name="fill">True</property>
134 <property name="position">0</property>
135 </packing>
136 </child>
137 <child>
138 <object class="GtkRadioButton" id="center">
139 <property name="label" translatable="yes" context="alignmentdialog|center">_Centered</property>
140 <property name="visible">True</property>
141 <property name="can_focus">True</property>
142 <property name="receives_default">False</property>
143 <property name="use_underline">True</property>
144 <property name="xalign">0</property>
145 <property name="draw_indicator">True</property>
146 <property name="group">left</property>
147 <child internal-child="accessible">
148 <object class="AtkObject" id="center-atkobject">
149 <property name="AtkObject::accessible-description" translatable="yes" context="alignmentdialog|extended_tip|center">Aligns the elements of a formula to the center.</property>
150 </object>
151 </child>
152 </object>
153 <packing>
154 <property name="expand">False</property>
155 <property name="fill">True</property>
156 <property name="position">1</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkRadioButton" id="right">
161 <property name="label" translatable="yes" context="alignmentdialog|right">_Right</property>
162 <property name="visible">True</property>
163 <property name="can_focus">True</property>
164 <property name="receives_default">False</property>
165 <property name="use_underline">True</property>
166 <property name="xalign">0</property>
167 <property name="draw_indicator">True</property>
168 <property name="group">left</property>
169 <child internal-child="accessible">
170 <object class="AtkObject" id="right-atkobject">
171 <property name="AtkObject::accessible-description" translatable="yes" context="alignmentdialog|extended_tip|right">Aligns the elements of a formula to the right.</property>
172 </object>
173 </child>
174 </object>
175 <packing>
176 <property name="expand">False</property>
177 <property name="fill">True</property>
178 <property name="position">2</property>
179 </packing>
180 </child>
181 </object>
182 </child>
183 </object>
184 </child>
185 <child type="label">
186 <object class="GtkLabel" id="label1">
187 <property name="visible">True</property>
188 <property name="can_focus">False</property>
189 <property name="label" translatable="yes" context="alignmentdialog|label1">Horizontal</property>
190 <property name="use_underline">True</property>
191 <attributes>
192 <attribute name="weight" value="bold"/>
193 </attributes>
194 </object>
195 </child>
196 </object>
197 <packing>
198 <property name="expand">False</property>
199 <property name="fill">True</property>
200 <property name="position">1</property>
201 </packing>
202 </child>
203 </object>
204 </child>
205 <action-widgets>
206 <action-widget response="-5">ok</action-widget>
207 <action-widget response="-6">cancel</action-widget>
208 <action-widget response="-11">help</action-widget>
209 </action-widgets>
210 <child type="titlebar">
211 <placeholder/>
212 </child>
213 <child internal-child="accessible">
214 <object class="AtkObject" id="AlignmentDialog-atkobject">
215 <property name="AtkObject::accessible-description" translatable="yes" context="alignmentdialog|extended_tip|AlignmentDialog">You can define the alignment of multi-line formulas as well as formulas with several elements in one line.</property>
216 </object>
217 </child>
218 </object>
219 </interface>