Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / svx / uiconfig / ui / extrustiondepthdialog.ui
blobad07eb7040f81eafe075270468a426db39359e69
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="svx">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">338.666</property>
7 <property name="step_increment">0.10000000000000001</property>
8 <property name="page_increment">1</property>
9 </object>
10 <object class="GtkDialog" id="ExtrustionDepthDialog">
11 <property name="can_focus">False</property>
12 <property name="border_width">6</property>
13 <property name="title" translatable="yes" context="extrustiondepthdialog|ExtrustionDepthDialog">Extrusion Depth</property>
14 <property name="modal">True</property>
15 <property name="default_width">0</property>
16 <property name="default_height">0</property>
17 <property name="type_hint">dialog</property>
18 <child>
19 <placeholder/>
20 </child>
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">gtk-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_stock">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">gtk-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_stock">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">gtk-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_stock">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="frame2">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="hexpand">True</property>
88 <property name="vexpand">True</property>
89 <property name="label_xalign">0</property>
90 <property name="shadow_type">none</property>
91 <child>
92 <object class="GtkAlignment" id="alignment2">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="hexpand">True</property>
96 <property name="vexpand">True</property>
97 <property name="top_padding">6</property>
98 <property name="left_padding">12</property>
99 <child>
100 <object class="GtkGrid" id="grid3">
101 <property name="visible">True</property>
102 <property name="can_focus">False</property>
103 <property name="hexpand">True</property>
104 <property name="column_spacing">12</property>
105 <child>
106 <object class="GtkSpinButton" id="depth">
107 <property name="visible">True</property>
108 <property name="can_focus">True</property>
109 <property name="activates_default">True</property>
110 <property name="adjustment">adjustment1</property>
111 <property name="digits">2</property>
112 </object>
113 <packing>
114 <property name="left_attach">1</property>
115 <property name="top_attach">0</property>
116 </packing>
117 </child>
118 <child>
119 <object class="GtkLabel" id="label1">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="label" translatable="yes" context="extrustiondepthdialog|label1">_Value</property>
123 <property name="use_underline">True</property>
124 <property name="mnemonic_widget">depth</property>
125 </object>
126 <packing>
127 <property name="left_attach">0</property>
128 <property name="top_attach">0</property>
129 </packing>
130 </child>
131 </object>
132 </child>
133 </object>
134 </child>
135 <child type="label">
136 <object class="GtkLabel" id="label2">
137 <property name="visible">True</property>
138 <property name="can_focus">False</property>
139 <property name="label" translatable="yes" context="extrustiondepthdialog|label2">Depth</property>
140 <attributes>
141 <attribute name="weight" value="bold"/>
142 </attributes>
143 </object>
144 </child>
145 </object>
146 <packing>
147 <property name="expand">False</property>
148 <property name="fill">True</property>
149 <property name="position">1</property>
150 </packing>
151 </child>
152 </object>
153 </child>
154 <action-widgets>
155 <action-widget response="-5">ok</action-widget>
156 <action-widget response="-6">cancel</action-widget>
157 <action-widget response="-11">help</action-widget>
158 </action-widgets>
159 </object>
160 </interface>