Bump version to 24.04.3.4
[LibreOffice.git] / filter / uiconfig / ui / warnpdfdialog.ui
blob21b455f00e9950ea0b24f16d21f9d63604647c3e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="flt">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name image -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <object class="GtkMessageDialog" id="WarnPDFDialog">
16 <property name="can-focus">False</property>
17 <property name="border-width">6</property>
18 <property name="title" translatable="yes" context="warnpdfdialog|WarnPDFDialog">Problems During PDF Export</property>
19 <property name="resizable">False</property>
20 <property name="modal">True</property>
21 <property name="type-hint">dialog</property>
22 <property name="skip-taskbar-hint">True</property>
23 <property name="message-type">warning</property>
24 <property name="buttons">ok</property>
25 <property name="text" translatable="yes" context="warnpdfdialog|WarnPDFDialog">During PDF export the following problems occurred:</property>
26 <child internal-child="vbox">
27 <object class="GtkBox" id="messagedialog-vbox">
28 <property name="can-focus">False</property>
29 <property name="hexpand">True</property>
30 <property name="vexpand">True</property>
31 <property name="orientation">vertical</property>
32 <property name="spacing">12</property>
33 <child internal-child="action_area">
34 <object class="GtkButtonBox" id="messagedialog-action_area">
35 <property name="can-focus">False</property>
36 </object>
37 <packing>
38 <property name="expand">False</property>
39 <property name="fill">True</property>
40 <property name="pack-type">end</property>
41 <property name="position">0</property>
42 </packing>
43 </child>
44 <child>
45 <!-- n-columns=2 n-rows=1 -->
46 <object class="GtkGrid" id="grid">
47 <property name="visible">True</property>
48 <property name="can-focus">False</property>
49 <property name="hexpand">True</property>
50 <property name="vexpand">True</property>
51 <property name="column-spacing">12</property>
52 <property name="column-homogeneous">True</property>
53 <child>
54 <object class="GtkLabel" id="message">
55 <property name="visible">True</property>
56 <property name="can-focus">False</property>
57 <property name="hexpand">True</property>
58 <property name="vexpand">True</property>
59 <property name="wrap">True</property>
60 <property name="width-chars">30</property>
61 <property name="max-width-chars">30</property>
62 <property name="xalign">0</property>
63 <property name="yalign">0</property>
64 </object>
65 <packing>
66 <property name="left-attach">1</property>
67 <property name="top-attach">0</property>
68 </packing>
69 </child>
70 <child>
71 <object class="GtkScrolledWindow">
72 <property name="visible">True</property>
73 <property name="can-focus">True</property>
74 <property name="hexpand">True</property>
75 <property name="vexpand">True</property>
76 <property name="shadow-type">in</property>
77 <child>
78 <object class="GtkTreeView" id="errors">
79 <property name="visible">True</property>
80 <property name="can-focus">True</property>
81 <property name="vexpand">True</property>
82 <property name="model">liststore1</property>
83 <property name="headers-visible">False</property>
84 <property name="headers-clickable">False</property>
85 <property name="search-column">1</property>
86 <property name="show-expanders">False</property>
87 <child internal-child="selection">
88 <object class="GtkTreeSelection" id="treeview-selection1"/>
89 </child>
90 <child>
91 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
92 <child>
93 <object class="GtkCellRendererPixbuf" id="cellrenderertext1"/>
94 <attributes>
95 <attribute name="pixbuf">0</attribute>
96 </attributes>
97 </child>
98 </object>
99 </child>
100 <child>
101 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
102 <child>
103 <object class="GtkCellRendererText" id="cellrenderertext2"/>
104 <attributes>
105 <attribute name="text">1</attribute>
106 </attributes>
107 </child>
108 </object>
109 </child>
110 </object>
111 </child>
112 </object>
113 <packing>
114 <property name="left-attach">0</property>
115 <property name="top-attach">0</property>
116 </packing>
117 </child>
118 </object>
119 <packing>
120 <property name="expand">False</property>
121 <property name="fill">True</property>
122 <property name="position">2</property>
123 </packing>
124 </child>
125 </object>
126 </child>
127 </object>
128 </interface>