Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / rowheight.ui
blob23e68e32f1d3f61bc76ab630935e74f4da09a91f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">0.01</property>
7 <property name="upper">99</property>
8 <property name="value">0.01</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkDialog" id="RowHeightDialog">
13 <property name="can_focus">False</property>
14 <property name="border_width">6</property>
15 <property name="title" translatable="yes" context="rowheight|RowHeightDialog">Row Height</property>
16 <property name="modal">True</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" translatable="yes" context="stock">_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-underline">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" translatable="yes" context="stock">_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-underline">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 <child>
60 <object class="GtkButton" id="help">
61 <property name="label" translatable="yes" context="stock">_Help</property>
62 <property name="visible">True</property>
63 <property name="can_focus">True</property>
64 <property name="receives_default">True</property>
65 <property name="use-underline">True</property>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">True</property>
70 <property name="position">2</property>
71 <property name="secondary">True</property>
72 </packing>
73 </child>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="pack_type">end</property>
79 <property name="position">0</property>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkFrame" id="frame1">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="label_xalign">0</property>
87 <property name="shadow_type">none</property>
88 <child>
89 <object class="GtkBox" id="box1">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="orientation">vertical</property>
93 <property name="spacing">6</property>
94 <property name="margin-start">12</property>
95 <property name="margin-top">6</property>
96 <child>
97 <object class="GtkSpinButton" id="heightmf">
98 <property name="visible">True</property>
99 <property name="can_focus">True</property>
100 <property name="halign">start</property>
101 <property name="activates_default">True</property>
102 <property name="adjustment">adjustment1</property>
103 <property name="digits">2</property>
104 <property name="truncate-multiline">True</property>
105 <child internal-child="accessible">
106 <object class="AtkObject" id="heightmf-atkobject">
107 <property name="AtkObject::accessible-description" translatable="yes" context="rowheight|extended_tip|heightmf">Enter the height that you want for the selected row(s).</property>
108 </object>
109 </child>
110 </object>
111 <packing>
112 <property name="expand">False</property>
113 <property name="fill">False</property>
114 <property name="position">0</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkCheckButton" id="fit">
119 <property name="label" translatable="yes" context="rowheight|fit">_Fit to size</property>
120 <property name="visible">True</property>
121 <property name="can_focus">True</property>
122 <property name="receives_default">False</property>
123 <property name="use_underline">True</property>
124 <property name="draw_indicator">True</property>
125 <child internal-child="accessible">
126 <object class="AtkObject" id="fit-atkobject">
127 <property name="AtkObject::accessible-description" translatable="yes" context="rowheight|extended_tip|fit">Automatically adjusts the row height to match the contents of the cells.</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">1</property>
135 </packing>
136 </child>
137 </object>
138 </child>
139 <child type="label">
140 <object class="GtkLabel" id="label1">
141 <property name="visible">True</property>
142 <property name="can_focus">False</property>
143 <property name="label" translatable="yes" context="rowheight|label1">Height</property>
144 <attributes>
145 <attribute name="weight" value="bold"/>
146 </attributes>
147 </object>
148 </child>
149 </object>
150 <packing>
151 <property name="expand">False</property>
152 <property name="fill">True</property>
153 <property name="position">1</property>
154 </packing>
155 </child>
156 </object>
157 </child>
158 <action-widgets>
159 <action-widget response="-5">ok</action-widget>
160 <action-widget response="-6">cancel</action-widget>
161 <action-widget response="-11">help</action-widget>
162 </action-widgets>
163 <child type="titlebar">
164 <placeholder/>
165 </child>
166 <child internal-child="accessible">
167 <object class="AtkObject" id="RowHeightDialog-atkobject">
168 <property name="AtkObject::accessible-description" translatable="yes" context="rowheight|extended_tip|RowHeightDialog">Changes the height of the selected row(s).</property>
169 </object>
170 </child>
171 </object>
172 </interface>