libsysprof-ui: cleanup failed state view

This commit is contained in:
Christian Hergert
2022-07-11 13:11:22 -07:00
parent 475cd45fe4
commit d8b2dee297

View File

@ -1,6 +1,8 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<interface> <interface>
<template class="SysprofFailedStateView" parent="GtkWidget"> <template class="SysprofFailedStateView" parent="GtkWidget">
<property name="vexpand">true</property>
<property name="valign">center</property>
<child> <child>
<object class="GtkBox"> <object class="GtkBox">
<property name="margin-top">36</property> <property name="margin-top">36</property>
@ -22,8 +24,15 @@
</child> </child>
<child type="end"> <child type="end">
<object class="GtkLabel"> <object class="GtkLabel">
<property name="vexpand">true</property> <property name="label" translatable="yes">Ouch, that hurt!</property>
<property name="visible">true</property> <property name="visible">true</property>
<style>
<class name="dim-label"/>
</style>
<attributes>
<attribute name="scale" value="2"/>
<attribute name="weight" value="bold"/>
</attributes>
</object> </object>
</child> </child>
<child type="end"> <child type="end">
@ -36,19 +45,6 @@
</style> </style>
</object> </object>
</child> </child>
<child type="end">
<object class="GtkLabel">
<property name="label" translatable="yes">Ouch, that hurt!</property>
<property name="visible">true</property>
<style>
<class name="dim-label"/>
</style>
<attributes>
<attribute name="scale" value="2"/>
<attribute name="weight" value="bold"/>
</attributes>
</object>
</child>
</object> </object>
</child> </child>
</template> </template>