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.
moonstone/vanilla_first_setup/gtk/progress.ui

41 lines
1.8 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="GtkLabel" id="progressbar_text">
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="margin-top">40</property>
<property name="margin-start">40</property>
<property name="label" translatable="true">The changes are being applied. Please Wait…</property>
<style>
<class name="title-4"/>
</style>
</object>
</child>
<child>
<object class="GtkProgressBar" id="progressbar">
<property name="margin-top">12</property>
<property name="margin-start">40</property>
<property name="margin-bottom">40</property>
<property name="margin-end">40</property>
</object>
</child>
</template>
</interface>