nss: upgrade to release 3.73
[LibreOffice.git] / sc / uiconfig / scalc / ui / integerdialog.ui
blobaa576a033ccc40b49ab70a3b37132479017c15dd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
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 internal-child="vbox">
21 <object class="GtkBox" id="dialog-vbox1">
22 <property name="can_focus">False</property>
23 <property name="orientation">vertical</property>
24 <property name="spacing">12</property>
25 <child internal-child="action_area">
26 <object class="GtkButtonBox" id="dialog-action_area1">
27 <property name="can_focus">False</property>
28 <property name="layout_style">start</property>
29 <child>
30 <object class="GtkButton" id="ok">
31 <property name="label">gtk-ok</property>
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="can_default">True</property>
35 <property name="has_default">True</property>
36 <property name="receives_default">True</property>
37 <property name="use_stock">True</property>
38 </object>
39 <packing>
40 <property name="expand">False</property>
41 <property name="fill">True</property>
42 <property name="position">0</property>
43 <property name="secondary">True</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 <property name="secondary">True</property>
59 </packing>
60 </child>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">True</property>
65 <property name="pack_type">end</property>
66 <property name="position">0</property>
67 </packing>
68 </child>
69 <child>
70 <object class="GtkFrame" id="frame">
71 <property name="visible">True</property>
72 <property name="can_focus">False</property>
73 <property name="hexpand">True</property>
74 <property name="vexpand">True</property>
75 <property name="label_xalign">0</property>
76 <property name="shadow_type">none</property>
77 <child>
78 <object class="GtkAlignment" id="alignment1">
79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
81 <property name="top_padding">6</property>
82 <property name="left_padding">12</property>
83 <child>
84 <object class="GtkSpinButton" id="value">
85 <property name="visible">True</property>
86 <property name="can_focus">True</property>
87 <property name="halign">start</property>
88 <property name="valign">start</property>
89 <property name="activates_default">True</property>
90 <property name="truncate-multiline">True</property>
91 <property name="adjustment">adjustment1</property>
92 </object>
93 </child>
94 </object>
95 </child>
96 <child type="label">
97 <object class="GtkLabel" id="label1">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <attributes>
101 <attribute name="weight" value="bold"/>
102 </attributes>
103 </object>
104 </child>
105 </object>
106 <packing>
107 <property name="expand">False</property>
108 <property name="fill">True</property>
109 <property name="position">1</property>
110 </packing>
111 </child>
112 </object>
113 </child>
114 <action-widgets>
115 <action-widget response="-5">ok</action-widget>
116 <action-widget response="-6">cancel</action-widget>
117 </action-widgets>
118 <child type="titlebar">
119 <placeholder/>
120 </child>
121 <child internal-child="accessible">
122 <object class="AtkObject" id="IntegerDialog-atkobject">
123 <property name="AtkObject::accessible-description" translatable="yes" context="integerdialog|extended_tip|IntegerDialog">Enter or change the value of the selected setting.</property>
124 </object>
125 </child>
126 </object>
127 </interface>