Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / columnwidth.ui
blob65f12a0bb2b3b167ad13cc92f8c6fef0bf468114
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">1</property>
7 <property name="upper">99</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="ColumnWidthDialog">
13 <property name="can_focus">False</property>
14 <property name="border_width">6</property>
15 <property name="title" translatable="yes" context="columnwidth|ColumnWidthDialog">Column Width</property>
16 <property name="resizable">False</property>
17 <property name="modal">True</property>
18 <property name="default_width">0</property>
19 <property name="default_height">0</property>
20 <property name="type_hint">dialog</property>
21 <child internal-child="vbox">
22 <object class="GtkBox" id="dialog-vbox1">
23 <property name="can_focus">False</property>
24 <property name="orientation">vertical</property>
25 <property name="spacing">12</property>
26 <child internal-child="action_area">
27 <object class="GtkButtonBox" id="dialog-action_area1">
28 <property name="can_focus">False</property>
29 <property name="layout_style">end</property>
30 <child>
31 <object class="GtkButton" id="ok">
32 <property name="label" translatable="yes" context="stock">_OK</property>
33 <property name="visible">True</property>
34 <property name="can_focus">True</property>
35 <property name="can_default">True</property>
36 <property name="has_default">True</property>
37 <property name="receives_default">True</property>
38 <property name="use-underline">True</property>
39 </object>
40 <packing>
41 <property name="expand">False</property>
42 <property name="fill">True</property>
43 <property name="position">0</property>
44 </packing>
45 </child>
46 <child>
47 <object class="GtkButton" id="cancel">
48 <property name="label" translatable="yes" context="stock">_Cancel</property>
49 <property name="visible">True</property>
50 <property name="can_focus">True</property>
51 <property name="receives_default">True</property>
52 <property name="use-underline">True</property>
53 </object>
54 <packing>
55 <property name="expand">False</property>
56 <property name="fill">True</property>
57 <property name="position">1</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkButton" id="help">
62 <property name="label" translatable="yes" context="stock">_Help</property>
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
65 <property name="receives_default">True</property>
66 <property name="use-underline">True</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">2</property>
72 <property name="secondary">True</property>
73 </packing>
74 </child>
75 </object>
76 <packing>
77 <property name="expand">False</property>
78 <property name="fill">True</property>
79 <property name="pack_type">end</property>
80 <property name="position">0</property>
81 </packing>
82 </child>
83 <child>
84 <object class="GtkFrame" id="frame1">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="label_xalign">0</property>
88 <property name="shadow_type">none</property>
89 <child>
90 <!-- n-columns=1 n-rows=1 -->
91 <object class="GtkGrid" id="grid1">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="row_spacing">6</property>
95 <property name="column_spacing">12</property>
96 <property name="margin-start">12</property>
97 <property name="margin-top">6</property>
98 <child>
99 <object class="GtkLabel" id="label2">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="label" translatable="yes" context="columnwidth|label2">Column:</property>
103 <property name="use_underline">True</property>
104 <property name="mnemonic_widget">column</property>
105 <property name="xalign">1</property>
106 </object>
107 <packing>
108 <property name="left_attach">0</property>
109 <property name="top_attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkLabel" id="label3">
114 <property name="visible">True</property>
115 <property name="can_focus">False</property>
116 <property name="label" translatable="yes" context="columnwidth|label3">Width:</property>
117 <property name="use_underline">True</property>
118 <property name="mnemonic_widget">width</property>
119 <property name="xalign">1</property>
120 </object>
121 <packing>
122 <property name="left_attach">0</property>
123 <property name="top_attach">1</property>
124 </packing>
125 </child>
126 <child>
127 <object class="GtkSpinButton" id="column">
128 <property name="visible">True</property>
129 <property name="can_focus">True</property>
130 <property name="activates_default">True</property>
131 <property name="adjustment">adjustment1</property>
132 <property name="truncate-multiline">True</property>
133 <child internal-child="accessible">
134 <object class="AtkObject" id="column-atkobject">
135 <property name="AtkObject::accessible-description" translatable="yes" context="columnwidth|extended_tip|column">Enter the column number of the column you want to change the width of.</property>
136 </object>
137 </child>
138 </object>
139 <packing>
140 <property name="left_attach">1</property>
141 <property name="top_attach">0</property>
142 </packing>
143 </child>
144 <child>
145 <object class="GtkSpinButton" id="width">
146 <property name="visible">True</property>
147 <property name="can_focus">True</property>
148 <property name="activates_default">True</property>
149 <property name="digits">2</property>
150 <property name="truncate-multiline">True</property>
151 <child internal-child="accessible">
152 <object class="AtkObject" id="width-atkobject">
153 <property name="AtkObject::accessible-description" translatable="yes" context="columnwidth|extended_tip|width">Enter the width that you want for the selected column(s).</property>
154 </object>
155 </child>
156 </object>
157 <packing>
158 <property name="left_attach">1</property>
159 <property name="top_attach">1</property>
160 </packing>
161 </child>
162 </object>
163 </child>
164 <child type="label">
165 <object class="GtkLabel" id="label1">
166 <property name="visible">True</property>
167 <property name="can_focus">False</property>
168 <property name="label" translatable="yes" context="columnwidth|label1">Width</property>
169 <attributes>
170 <attribute name="weight" value="bold"/>
171 </attributes>
172 </object>
173 </child>
174 </object>
175 <packing>
176 <property name="expand">False</property>
177 <property name="fill">True</property>
178 <property name="position">1</property>
179 </packing>
180 </child>
181 </object>
182 </child>
183 <action-widgets>
184 <action-widget response="-5">ok</action-widget>
185 <action-widget response="-6">cancel</action-widget>
186 <action-widget response="-11">help</action-widget>
187 </action-widgets>
188 <child type="titlebar">
189 <placeholder/>
190 </child>
191 <child internal-child="accessible">
192 <object class="AtkObject" id="ColumnWidthDialog-atkobject">
193 <property name="AtkObject::accessible-description" translatable="yes" context="columnwidth|extended_tip|ColumnWidthDialog">Changes the width of the selected column(s).</property>
194 </object>
195 </child>
196 </object>
197 </interface>