Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / previewzoomdialog.ui
blobe8d928725d911eaaa1acbef72c15741fd41538f2
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">10</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="GtkAdjustment" id="adjustment2">
13 <property name="lower">1</property>
14 <property name="upper">20</property>
15 <property name="value">1</property>
16 <property name="step_increment">1</property>
17 <property name="page_increment">10</property>
18 </object>
19 <object class="GtkDialog" id="PreviewZoomDialog">
20 <property name="can_focus">False</property>
21 <property name="border_width">6</property>
22 <property name="title" translatable="yes" context="previewzoomdialog|PreviewZoomDialog">Multiple Pages</property>
23 <property name="modal">True</property>
24 <property name="default_width">0</property>
25 <property name="default_height">0</property>
26 <property name="type_hint">dialog</property>
27 <child internal-child="vbox">
28 <object class="GtkBox" id="dialog-vbox1">
29 <property name="can_focus">False</property>
30 <property name="orientation">vertical</property>
31 <property name="spacing">12</property>
32 <child internal-child="action_area">
33 <object class="GtkButtonBox" id="dialog-action_area1">
34 <property name="can_focus">False</property>
35 <property name="layout_style">end</property>
36 <child>
37 <object class="GtkButton" id="ok">
38 <property name="label" translatable="yes" context="stock">_OK</property>
39 <property name="visible">True</property>
40 <property name="can_focus">True</property>
41 <property name="can_default">True</property>
42 <property name="has_default">True</property>
43 <property name="receives_default">True</property>
44 <property name="use-underline">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">0</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="cancel">
54 <property name="label" translatable="yes" context="stock">_Cancel</property>
55 <property name="visible">True</property>
56 <property name="can_focus">True</property>
57 <property name="receives_default">True</property>
58 <property name="use-underline">True</property>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="position">1</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkButton" id="help">
68 <property name="label" translatable="yes" context="stock">_Help</property>
69 <property name="visible">True</property>
70 <property name="can_focus">True</property>
71 <property name="receives_default">True</property>
72 <property name="use-underline">True</property>
73 </object>
74 <packing>
75 <property name="expand">False</property>
76 <property name="fill">True</property>
77 <property name="position">2</property>
78 <property name="secondary">True</property>
79 </packing>
80 </child>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="pack_type">end</property>
86 <property name="position">0</property>
87 </packing>
88 </child>
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="margin-start">6</property>
95 <property name="margin-end">6</property>
96 <property name="hexpand">True</property>
97 <property name="vexpand">True</property>
98 <property name="row_spacing">6</property>
99 <property name="column_spacing">12</property>
100 <child>
101 <object class="GtkLabel" id="label1">
102 <property name="visible">True</property>
103 <property name="can_focus">False</property>
104 <property name="label" translatable="yes" context="previewzoomdialog|label1">_Rows</property>
105 <property name="use_underline">True</property>
106 <property name="mnemonic_widget">rows</property>
107 <property name="xalign">0</property>
108 </object>
109 <packing>
110 <property name="left_attach">0</property>
111 <property name="top_attach">0</property>
112 </packing>
113 </child>
114 <child>
115 <object class="GtkLabel" id="label2">
116 <property name="visible">True</property>
117 <property name="can_focus">False</property>
118 <property name="label" translatable="yes" context="previewzoomdialog|label2">_Columns</property>
119 <property name="use_underline">True</property>
120 <property name="mnemonic_widget">cols</property>
121 <property name="xalign">0</property>
122 </object>
123 <packing>
124 <property name="left_attach">0</property>
125 <property name="top_attach">1</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkSpinButton" id="rows">
130 <property name="visible">True</property>
131 <property name="can_focus">True</property>
132 <property name="hexpand">True</property>
133 <property name="activates_default">True</property>
134 <property name="adjustment">adjustment1</property>
135 <property name="truncate-multiline">True</property>
136 <child internal-child="accessible">
137 <object class="AtkObject" id="rows-atkobject">
138 <property name="AtkObject::accessible-description" translatable="yes" context="previewzoomdialog|extended_tip|rows">Defines the number of rows of pages.</property>
139 </object>
140 </child>
141 </object>
142 <packing>
143 <property name="left_attach">1</property>
144 <property name="top_attach">0</property>
145 </packing>
146 </child>
147 <child>
148 <object class="GtkSpinButton" id="cols">
149 <property name="visible">True</property>
150 <property name="can_focus">True</property>
151 <property name="hexpand">True</property>
152 <property name="activates_default">True</property>
153 <property name="adjustment">adjustment2</property>
154 <property name="truncate-multiline">True</property>
155 <child internal-child="accessible">
156 <object class="AtkObject" id="cols-atkobject">
157 <property name="AtkObject::accessible-description" translatable="yes" context="previewzoomdialog|extended_tip|cols">Defines the number of pages shown in columns.</property>
158 </object>
159 </child>
160 </object>
161 <packing>
162 <property name="left_attach">1</property>
163 <property name="top_attach">1</property>
164 </packing>
165 </child>
166 </object>
167 <packing>
168 <property name="expand">False</property>
169 <property name="fill">True</property>
170 <property name="position">1</property>
171 </packing>
172 </child>
173 </object>
174 </child>
175 <action-widgets>
176 <action-widget response="-5">ok</action-widget>
177 <action-widget response="-6">cancel</action-widget>
178 <action-widget response="-11">help</action-widget>
179 </action-widgets>
180 <child type="titlebar">
181 <placeholder/>
182 </child>
183 <child internal-child="accessible">
184 <object class="AtkObject" id="PreviewZoomDialog-atkobject">
185 <property name="AtkObject::accessible-description" translatable="yes" context="previewzoomdialog|extended_tip|PreviewZoomDialog">Defines the number of pages displayed on screen. Click the arrow next to the icon to open a grid to select the number of pages to be displayed as rows and columns in the preview.</property>
186 </object>
187 </child>
188 </object>
189 </interface>