You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<requires lib="libadwaita" version="1.0" />
|
|
<template class="VanillaProgress" parent="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="AdwCarousel" id="carousel_tour">
|
|
<property name="halign">fill</property>
|
|
<property name="valign">fill</property>
|
|
<property name="hexpand">true</property>
|
|
<property name="vexpand">true</property>
|
|
<property name="allow_scroll_wheel">False</property>
|
|
<property name="allow_mouse_drag">False</property>
|
|
<property name="allow_long_swipes">False</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkProgressBar" id="progressbar">
|
|
<property name="text" translatable="true">The changes are being applied. Please Wait…</property>
|
|
<property name="show-text">true</property>
|
|
<property name="margin-top">40</property>
|
|
<property name="margin-start">40</property>
|
|
<property name="margin-bottom">40</property>
|
|
<property name="margin-end">40</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface> |