9bf216a854
This allows also the remove devices
41 lines
1.5 KiB
XML
41 lines
1.5 KiB
XML
<?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="GtkSpinner" id="spinner">
|
|
<property name="spinning">True</property>
|
|
<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">Retry</property>
|
|
<property name="halign">center</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface>
|