summaryrefslogtreecommitdiffstats
path: root/src/gs-loading-page.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gs-loading-page.ui')
-rw-r--r--src/gs-loading-page.ui32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/gs-loading-page.ui b/src/gs-loading-page.ui
new file mode 100644
index 0000000..f2ea1cf
--- /dev/null
+++ b/src/gs-loading-page.ui
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <requires lib="gtk+" version="3.10"/>
+ <template class="GsLoadingPage" parent="GsPage">
+ <accessibility>
+ <property name="label" translatable="yes">Loading page</property>
+ </accessibility>
+ <child>
+ <object class="AdwStatusPage" id="status_page">
+ <property name="icon_name">org.gnome.Software</property>
+ <property name="title" translatable="yes">Starting up…</property>
+ <style>
+ <class name="icon-dropshadow"/>
+ </style>
+ <child>
+ <object class="AdwClamp">
+ <property name="maximum-size">400</property>
+ <child>
+ <object class="GtkProgressBar" id="progressbar">
+ <property name="fraction">0.0</property>
+ <property name="margin_bottom">12</property>
+ <style>
+ <class name="upgrade-progressbar"/>
+ </style>
+ </object>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>