20 lines
890 B
XML
20 lines
890 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="NoExtension" parent="GtkBox">
|
|
<property name="orientation">1</property>
|
|
<property name="margin-top">20</property>
|
|
<property name="margin-bottom">20</property>
|
|
<property name="margin-start">20</property>
|
|
<property name="margin-end">20</property>
|
|
<property name="spacing">20</property>
|
|
<child>
|
|
<object class="AdwStatusPage">
|
|
<property name="title" translatable="yes">Breezy Desktop GNOME extension not ready</property>
|
|
<property name="description" translatable="yes">If you have just run the setup, then you may need to log out and back in to use it. Otherwise, please follow the Breezy GNOME setup instructions.</property>
|
|
<property name="width-request">800</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|