Update git submodules
[LibreOffice.git] / dbaccess / uiconfig / ui / rowheightdialog.ui
blob30493191d1a45aeb26c8bec4819163e6e4a7214e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="dba">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">0.1</property>
7 <property name="upper">160</property>
8 <property name="value">2.27</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="rowheightdialog|RowHeightDialog">Row Height</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 <!-- n-columns=1 n-rows=1 -->
85 <object class="GtkGrid" id="grid2">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="valign">start</property>
89 <property name="hexpand">True</property>
90 <property name="vexpand">True</property>
91 <property name="row_spacing">6</property>
92 <property name="column_spacing">12</property>
93 <child>
94 <object class="GtkLabel" id="label1">
95 <property name="visible">True</property>
96 <property name="can_focus">False</property>
97 <property name="label" translatable="yes" context="rowheightdialog|label1">_Height:</property>
98 <property name="use_underline">True</property>
99 <property name="mnemonic_widget">value</property>
100 <property name="xalign">1</property>
101 </object>
102 <packing>
103 <property name="left_attach">0</property>
104 <property name="top_attach">0</property>
105 </packing>
106 </child>
107 <child>
108 <object class="GtkSpinButton" id="value">
109 <property name="visible">True</property>
110 <property name="can_focus">True</property>
111 <property name="hexpand">True</property>
112 <property name="activates_default">True</property>
113 <property name="adjustment">adjustment1</property>
114 <property name="digits">2</property>
115 <property name="truncate-multiline">True</property>
116 <child internal-child="accessible">
117 <object class="AtkObject" id="value-atkobject">
118 <property name="AtkObject::accessible-description" translatable="yes" context="rowheightdialog|extended_tip|value">Enter the row height that you want to use.</property>
119 </object>
120 </child>
121 </object>
122 <packing>
123 <property name="left_attach">1</property>
124 <property name="top_attach">0</property>
125 </packing>
126 </child>
127 <child>
128 <object class="GtkCheckButton" id="automatic">
129 <property name="label" translatable="yes" context="rowheightdialog|automatic">_Automatic</property>
130 <property name="visible">True</property>
131 <property name="can_focus">True</property>
132 <property name="receives_default">False</property>
133 <property name="use_underline">True</property>
134 <property name="draw_indicator">True</property>
135 <child internal-child="accessible">
136 <object class="AtkObject" id="automatic-atkobject">
137 <property name="AtkObject::accessible-description" translatable="yes" context="rowheightdialog|extended_tip|automatic">Adjusts the row height to the size based on the default template. Existing contents may be shown vertically cropped. The height no longer increases automatically when you enter larger contents.</property>
138 </object>
139 </child>
140 </object>
141 <packing>
142 <property name="left_attach">1</property>
143 <property name="top_attach">1</property>
144 </packing>
145 </child>
146 <child>
147 <placeholder/>
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="rowheightdialog|extended_tip|RowHeightDialog">Changes the height of the current row, or the selected rows.</property>
169 </object>
170 </child>
171 </object>
172 </interface>