You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.0 KiB
32 lines
1.0 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentMessageLocation" parent="GtkWidget"> |
|
<style> |
|
<class name="content-thumbnail"/> |
|
</style> |
|
<property name="overflow">hidden</property> |
|
<child> |
|
<object class="GtkOverlay" id="overlay"> |
|
<property name="valign">center</property> |
|
<child> |
|
<object class="ComponentsLocationViewer" id="location"/> |
|
</child> |
|
<child type="overlay"> |
|
<object class="GtkImage" id="overlay_error"> |
|
<style> |
|
<class name="osd"/> |
|
<class name="circular"/> |
|
</style> |
|
<property name="halign">center</property> |
|
<property name="valign">center</property> |
|
<property name="icon-name">dialog-error-symbolic</property> |
|
<property name="icon-size">large</property> |
|
<layout> |
|
<property name="measure">true</property> |
|
</layout> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|