empty-state: make empty state labels changable

This commit is contained in:
Christian Hergert
2016-10-09 15:12:50 -07:00
parent ff8ef76d38
commit e239887a9b
2 changed files with 63 additions and 3 deletions

View File

@ -18,7 +18,7 @@
</object>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="title">
<property name="label" translatable="yes">Welcome to Sysprof</property>
<property name="visible">true</property>
<style>
@ -35,7 +35,7 @@
</packing>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="subtitle">
<property name="label" translatable="yes">Start profiling your system with the &lt;b&gt;Record&lt;/b&gt; button above</property>
<property name="use-markup">true</property>
<property name="visible">true</property>