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