mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<interface>
|
|
<template class="SysprofFailedStateView" parent="GtkWidget">
|
|
<property name="vexpand">true</property>
|
|
<property name="valign">center</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="margin-top">36</property>
|
|
<property name="margin-bottom">36</property>
|
|
<property name="margin-start">36</property>
|
|
<property name="margin-end">36</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">12</property>
|
|
<child type="center">
|
|
<object class="GtkImage">
|
|
<property name="icon-name">computer-fail-symbolic</property>
|
|
<property name="pixel-size">256</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child type="end">
|
|
<object class="GtkLabel">
|
|
<property name="label" translatable="yes">Ouch, that hurt!</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
<attributes>
|
|
<attribute name="scale" value="2"/>
|
|
<attribute name="weight" value="bold"/>
|
|
</attributes>
|
|
</object>
|
|
</child>
|
|
<child type="end">
|
|
<object class="GtkLabel">
|
|
<property name="label" translatable="yes">Something unexpectedly went wrong while trying to profile your system.</property>
|
|
<property name="use-markup">true</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|