android: Update app-specific/MIME type icons
[LibreOffice.git] / sc / uiconfig / scalc / ui / integerdialog.ui
blob282fe33593b4909eb98d71321576dcbf3e08f874
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
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" translatable="yes" context="stock">_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-underline">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 </packing>
44 </child>
45 <child>
46 <object class="GtkButton" id="cancel">
47 <property name="label" translatable="yes" context="stock">_Cancel</property>
48 <property name="visible">True</property>
49 <property name="can-focus">True</property>
50 <property name="receives-default">True</property>
51 <property name="use-underline">True</property>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">True</property>
56 <property name="position">1</property>
57 </packing>
58 </child>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="pack-type">end</property>
64 <property name="position">0</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkFrame" id="frame">
69 <property name="visible">True</property>
70 <property name="can-focus">False</property>
71 <property name="hexpand">True</property>
72 <property name="vexpand">True</property>
73 <property name="label-xalign">0</property>
74 <property name="shadow-type">none</property>
75 <child>
76 <object class="GtkSpinButton" id="value">
77 <property name="visible">True</property>
78 <property name="can-focus">True</property>
79 <property name="halign">start</property>
80 <property name="valign">start</property>
81 <property name="margin-start">12</property>
82 <property name="margin-top">6</property>
83 <property name="activates-default">True</property>
84 <property name="truncate-multiline">True</property>
85 <property name="adjustment">adjustment1</property>
86 </object>
87 </child>
88 <child type="label">
89 <object class="GtkLabel" id="label1">
90 <property name="visible">True</property>
91 <property name="can-focus">False</property>
92 <attributes>
93 <attribute name="weight" value="bold"/>
94 </attributes>
95 </object>
96 </child>
97 </object>
98 <packing>
99 <property name="expand">False</property>
100 <property name="fill">True</property>
101 <property name="position">1</property>
102 </packing>
103 </child>
104 </object>
105 </child>
106 <action-widgets>
107 <action-widget response="-5">ok</action-widget>
108 <action-widget response="-6">cancel</action-widget>
109 </action-widgets>
110 <child internal-child="accessible">
111 <object class="AtkObject" id="IntegerDialog-atkobject">
112 <property name="AtkObject::accessible-description" translatable="yes" context="integerdialog|extended_tip|IntegerDialog">Enter or change the value of the selected setting.</property>
113 </object>
114 </child>
115 </object>
116 </interface>