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.
40 lines
1.5 KiB
40 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ComponentsLoadingListBoxRow"> |
|
<property name="activatable">False</property> |
|
<property name="selectable">False</property> |
|
<property name="child"> |
|
<object class="GtkStack" id="stack"> |
|
<property name="transition-type">crossfade</property> |
|
<child> |
|
<object class="Spinner" id="spinner"> |
|
<property name="valign">center</property> |
|
<property name="halign">center</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkBox" id="error"> |
|
<property name="orientation">vertical</property> |
|
<property name="spacing">12</property> |
|
<property name="margin-top">12</property> |
|
<property name="margin-bottom">12</property> |
|
<property name="margin-start">12</property> |
|
<property name="margin-end">12</property> |
|
<child> |
|
<object class="GtkLabel" id="error_label"> |
|
<property name="wrap">True</property> |
|
<property name="wrap-mode">word-char</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkButton" id="retry_button"> |
|
<property name="label" translatable="yes">Try again</property> |
|
<property name="halign">center</property> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</object> |
|
</property> |
|
</template> |
|
</interface>
|
|
|