Version 6.1.0.2, tag libreoffice-6.1.0.2
[LibreOffice.git] / sc / uiconfig / scalc / ui / integerdialog.ui
blobc25dc896087e20faf27d0a8c18f5ccb2ceb61248
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">2147483647</property>
7 <property name="value">100</property>
8 <property name="step_increment">1</property>
9 <property name="page_increment">10</property>
10 </object>
11 <object class="GtkDialog" id="IntegerDialog">
12 <property name="can_focus">False</property>
13 <property name="border_width">6</property>
14 <property name="title" translatable="yes" context="integerdialog|IntegerDialog">Edit Setting</property>
15 <property name="resizable">False</property>
16 <property name="modal">True</property>
17 <property name="default_width">0</property>
18 <property name="default_height">0</property>
19 <property name="type_hint">dialog</property>
20 <child>
21 <placeholder/>
22 </child>
23 <child internal-child="vbox">
24 <object class="GtkBox" id="dialog-vbox1">
25 <property name="can_focus">False</property>
26 <property name="orientation">vertical</property>
27 <property name="spacing">12</property>
28 <child internal-child="action_area">
29 <object class="GtkButtonBox" id="dialog-action_area1">
30 <property name="can_focus">False</property>
31 <property name="layout_style">start</property>
32 <child>
33 <object class="GtkButton" id="ok">
34 <property name="label">gtk-ok</property>
35 <property name="visible">True</property>
36 <property name="can_focus">True</property>
37 <property name="can_default">True</property>
38 <property name="has_default">True</property>
39 <property name="receives_default">True</property>
40 <property name="use_stock">True</property>
41 </object>
42 <packing>
43 <property name="expand">False</property>
44 <property name="fill">True</property>
45 <property name="position">0</property>
46 <property name="secondary">True</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 <property name="secondary">True</property>
62 </packing>
63 </child>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">True</property>
68 <property name="pack_type">end</property>
69 <property name="position">0</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkFrame" id="frame">
74 <property name="visible">True</property>
75 <property name="can_focus">False</property>
76 <property name="hexpand">True</property>
77 <property name="vexpand">True</property>
78 <property name="label_xalign">0</property>
79 <property name="shadow_type">none</property>
80 <child>
81 <object class="GtkAlignment" id="alignment1">
82 <property name="visible">True</property>
83 <property name="can_focus">False</property>
84 <property name="top_padding">6</property>
85 <property name="left_padding">12</property>
86 <child>
87 <object class="GtkSpinButton" id="value">
88 <property name="visible">True</property>
89 <property name="can_focus">True</property>
90 <property name="halign">start</property>
91 <property name="valign">start</property>
92 <property name="activates_default">True</property>
93 <property name="adjustment">adjustment1</property>
94 </object>
95 </child>
96 </object>
97 </child>
98 <child type="label">
99 <object class="GtkLabel" id="label1">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <attributes>
103 <attribute name="weight" value="bold"/>
104 </attributes>
105 </object>
106 </child>
107 </object>
108 <packing>
109 <property name="expand">False</property>
110 <property name="fill">True</property>
111 <property name="position">1</property>
112 </packing>
113 </child>
114 </object>
115 </child>
116 <action-widgets>
117 <action-widget response="-5">ok</action-widget>
118 <action-widget response="-6">cancel</action-widget>
119 </action-widgets>
120 </object>
121 </interface>