Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / numberinput.ui
blobda8069ed43db7169d258e23e3724a645709589a0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">100</property>
7 <property name="step-increment">1</property>
8 <property name="page-increment">10</property>
9 </object>
10 <object class="GtkDialog" id="NumberInputDialog">
11 <property name="can-focus">False</property>
12 <property name="border-width">6</property>
13 <property name="modal">True</property>
14 <property name="default-width">0</property>
15 <property name="default-height">0</property>
16 <property name="type-hint">dialog</property>
17 <child internal-child="vbox">
18 <object class="GtkBox" id="dialog-vbox1">
19 <property name="can-focus">False</property>
20 <property name="orientation">vertical</property>
21 <property name="spacing">12</property>
22 <child internal-child="action_area">
23 <object class="GtkButtonBox" id="dialog-action_area1">
24 <property name="can-focus">False</property>
25 <property name="layout-style">end</property>
26 <child>
27 <object class="GtkButton" id="ok">
28 <property name="label" translatable="yes" context="stock">_OK</property>
29 <property name="visible">True</property>
30 <property name="can-focus">True</property>
31 <property name="can-default">True</property>
32 <property name="has-default">True</property>
33 <property name="receives-default">True</property>
34 <property name="use-underline">True</property>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">True</property>
39 <property name="position">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkButton" id="cancel">
44 <property name="label" translatable="yes" context="stock">_Cancel</property>
45 <property name="visible">True</property>
46 <property name="can-focus">True</property>
47 <property name="receives-default">True</property>
48 <property name="use-underline">True</property>
49 </object>
50 <packing>
51 <property name="expand">False</property>
52 <property name="fill">True</property>
53 <property name="position">1</property>
54 </packing>
55 </child>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="pack-type">end</property>
61 <property name="position">2</property>
62 </packing>
63 </child>
64 <child>
65 <!-- n-columns=2 n-rows=1 -->
66 <object class="GtkGrid" id="grid1">
67 <property name="visible">True</property>
68 <property name="can-focus">False</property>
69 <property name="margin-start">5</property>
70 <property name="margin-end">5</property>
71 <property name="margin-top">5</property>
72 <property name="margin-bottom">5</property>
73 <property name="row-spacing">6</property>
74 <property name="column-spacing">6</property>
75 <child>
76 <object class="GtkLabel" id="label1">
77 <property name="visible">True</property>
78 <property name="can-focus">False</property>
79 <property name="use-underline">True</property>
80 <property name="mnemonic_widget">spinbutton</property>
81 <property name="xalign">0</property>
82 <attributes>
83 <attribute name="weight" value="bold"/>
84 </attributes>
85 </object>
86 <packing>
87 <property name="left-attach">0</property>
88 <property name="top-attach">0</property>
89 </packing>
90 </child>
91 <child>
92 <object class="GtkSpinButton" id="spinbutton">
93 <property name="visible">True</property>
94 <property name="can-focus">True</property>
95 <property name="hexpand">True</property>
96 <property name="width-chars">2</property>
97 <property name="adjustment">adjustment1</property>
98 <property name="truncate-multiline">True</property>
99 <property name="activates_default">True</property>
100 </object>
101 <packing>
102 <property name="left-attach">1</property>
103 <property name="top-attach">0</property>
104 </packing>
105 </child>
106 </object>
107 <packing>
108 <property name="expand">False</property>
109 <property name="fill">False</property>
110 <property name="position">0</property>
111 </packing>
112 </child>
113 <child>
114 <object class="GtkLabel" id="label2">
115 <property name="visible">False</property>
116 <property name="can-focus">False</property>
117 </object>
118 <packing>
119 <property name="expand">False</property>
120 <property name="fill">True</property>
121 <property name="position">2</property>
122 </packing>
123 </child>
124 </object>
125 </child>
126 <action-widgets>
127 <action-widget response="-5">ok</action-widget>
128 <action-widget response="-6">cancel</action-widget>
129 </action-widgets>
130 </object>
131 </interface>