Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / dbaccess / uiconfig / ui / rowheightdialog.ui
bloba22542014686baeaa72bcf26036aeebae70208dd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="dba">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">0.10000000000000001</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>
22 <placeholder/>
23 </child>
24 <child internal-child="vbox">
25 <object class="GtkBox" id="dialog-vbox1">
26 <property name="can_focus">False</property>
27 <property name="orientation">vertical</property>
28 <property name="spacing">12</property>
29 <child internal-child="action_area">
30 <object class="GtkButtonBox" id="dialog-action_area1">
31 <property name="can_focus">False</property>
32 <property name="layout_style">end</property>
33 <child>
34 <object class="GtkButton" id="ok">
35 <property name="label">gtk-ok</property>
36 <property name="visible">True</property>
37 <property name="can_focus">True</property>
38 <property name="can_default">True</property>
39 <property name="has_default">True</property>
40 <property name="receives_default">True</property>
41 <property name="use_stock">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">0</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="cancel">
51 <property name="label">gtk-cancel</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">True</property>
55 <property name="use_stock">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="position">1</property>
61 </packing>
62 </child>
63 <child>
64 <object class="GtkButton" id="help">
65 <property name="label">gtk-help</property>
66 <property name="visible">True</property>
67 <property name="can_focus">True</property>
68 <property name="receives_default">True</property>
69 <property name="use_stock">True</property>
70 </object>
71 <packing>
72 <property name="expand">False</property>
73 <property name="fill">True</property>
74 <property name="position">2</property>
75 <property name="secondary">True</property>
76 </packing>
77 </child>
78 </object>
79 <packing>
80 <property name="expand">False</property>
81 <property name="fill">True</property>
82 <property name="pack_type">end</property>
83 <property name="position">0</property>
84 </packing>
85 </child>
86 <child>
87 <object class="GtkGrid" id="grid2">
88 <property name="visible">True</property>
89 <property name="can_focus">False</property>
90 <property name="valign">start</property>
91 <property name="hexpand">True</property>
92 <property name="vexpand">True</property>
93 <property name="row_spacing">6</property>
94 <property name="column_spacing">12</property>
95 <child>
96 <object class="GtkLabel" id="label1">
97 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <property name="label" translatable="yes" context="rowheightdialog|label1">_Height:</property>
100 <property name="use_underline">True</property>
101 <property name="mnemonic_widget">value</property>
102 <property name="xalign">1</property>
103 </object>
104 <packing>
105 <property name="left_attach">0</property>
106 <property name="top_attach">0</property>
107 </packing>
108 </child>
109 <child>
110 <object class="GtkSpinButton" id="value">
111 <property name="visible">True</property>
112 <property name="can_focus">True</property>
113 <property name="hexpand">True</property>
114 <property name="activates_default">True</property>
115 <property name="adjustment">adjustment1</property>
116 <property name="digits">2</property>
117 </object>
118 <packing>
119 <property name="left_attach">1</property>
120 <property name="top_attach">0</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkCheckButton" id="automatic">
125 <property name="label" translatable="yes" context="rowheightdialog|automatic">_Automatic</property>
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="receives_default">False</property>
129 <property name="use_underline">True</property>
130 <property name="xalign">0</property>
131 <property name="draw_indicator">True</property>
132 </object>
133 <packing>
134 <property name="left_attach">1</property>
135 <property name="top_attach">1</property>
136 </packing>
137 </child>
138 <child>
139 <placeholder/>
140 </child>
141 </object>
142 <packing>
143 <property name="expand">False</property>
144 <property name="fill">True</property>
145 <property name="position">1</property>
146 </packing>
147 </child>
148 </object>
149 </child>
150 <action-widgets>
151 <action-widget response="-5">ok</action-widget>
152 <action-widget response="-6">cancel</action-widget>
153 <action-widget response="-11">help</action-widget>
154 </action-widgets>
155 </object>
156 </interface>