| 26 <template class="PidginNotificationList" parent="GtkBox"> |
26 <template class="PidginNotificationList" parent="GtkBox"> |
| 27 <property name="orientation">vertical</property> |
27 <property name="orientation">vertical</property> |
| 28 <child> |
28 <child> |
| 29 <object class="GtkListBox" id="list_box"> |
29 <object class="GtkListBox" id="list_box"> |
| 30 <property name="vexpand">1</property> |
30 <property name="vexpand">1</property> |
| 31 <property name="valign">fill</property> |
|
| 32 <child type="placeholder"> |
31 <child type="placeholder"> |
| 33 <object class="AdwStatusPage"> |
32 <object class="AdwStatusPage"> |
| 34 <property name="visible">True</property> |
33 <property name="visible">True</property> |
| 35 <property name="can-focus">False</property> |
34 <property name="can-focus">False</property> |
| 36 <property name="icon-name">mail-read-symbolic</property> |
35 <property name="icon-name">mail-read-symbolic</property> |