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.
15 lines
440 B
15 lines
440 B
<?xml version='1.0' encoding='UTF-8'?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.6"/>
|
|
<template class="EmptyPanel" parent="Panel">
|
|
|
|
<child type="content">
|
|
<object class="GtkLabel">
|
|
<property name="justify">center</property>
|
|
<property name="label">There is nothing here...
|
|
Perhaps you don't have the needed drivers installed and active ?</property>
|
|
</object>
|
|
</child>
|
|
|
|
</template>
|
|
</interface>
|
|
|