bump product version to 5.0.4.1
[LibreOffice.git] / sc / uiconfig / scalc / ui / doubledialog.ui
blob39ac15ecf0e9b74da3037bf0d027d77c86d5c91b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="DoubleDialog">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Edit Setting</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="dialog-vbox1">
11 <property name="can_focus">False</property>
12 <property name="orientation">vertical</property>
13 <property name="spacing">12</property>
14 <child internal-child="action_area">
15 <object class="GtkButtonBox" id="dialog-action_area1">
16 <property name="can_focus">False</property>
17 <property name="layout_style">start</property>
18 <child>
19 <object class="GtkButton" id="ok">
20 <property name="label">gtk-ok</property>
21 <property name="visible">True</property>
22 <property name="can_focus">True</property>
23 <property name="can_default">True</property>
24 <property name="has_default">True</property>
25 <property name="receives_default">True</property>
26 <property name="use_stock">True</property>
27 </object>
28 <packing>
29 <property name="expand">False</property>
30 <property name="fill">True</property>
31 <property name="position">0</property>
32 <property name="secondary">True</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkButton" id="cancel">
37 <property name="label">gtk-cancel</property>
38 <property name="visible">True</property>
39 <property name="can_focus">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">1</property>
47 <property name="secondary">True</property>
48 </packing>
49 </child>
50 </object>
51 <packing>
52 <property name="expand">False</property>
53 <property name="fill">True</property>
54 <property name="pack_type">end</property>
55 <property name="position">0</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkFrame" id="frame">
60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
62 <property name="hexpand">True</property>
63 <property name="vexpand">True</property>
64 <property name="label_xalign">0</property>
65 <property name="shadow_type">none</property>
66 <child>
67 <object class="GtkAlignment" id="alignment1">
68 <property name="visible">True</property>
69 <property name="can_focus">False</property>
70 <property name="top_padding">6</property>
71 <property name="left_padding">12</property>
72 <child>
73 <object class="GtkEntry" id="value">
74 <property name="visible">True</property>
75 <property name="can_focus">True</property>
76 <property name="halign">start</property>
77 <property name="valign">start</property>
78 <property name="invisible_char"></property>
79 </object>
80 </child>
81 </object>
82 </child>
83 <child type="label">
84 <object class="GtkLabel" id="label1">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <attributes>
88 <attribute name="weight" value="bold"/>
89 </attributes>
90 </object>
91 </child>
92 </object>
93 <packing>
94 <property name="expand">False</property>
95 <property name="fill">True</property>
96 <property name="position">1</property>
97 </packing>
98 </child>
99 </object>
100 </child>
101 <action-widgets>
102 <action-widget response="0">ok</action-widget>
103 <action-widget response="0">cancel</action-widget>
104 </action-widgets>
105 </object>
106 </interface>