window: title should be set on headerbar

When set on the window, we seem to lose the value when inserting the
headerbar, resulting in the title being "sysprof" (binary name) according
to the shell. Setting this on the headerbar seems to fix that.
This commit is contained in:
Christian Hergert
2016-04-15 17:51:32 -07:00
parent ae5338aaf1
commit d4ab108786

View File

@ -5,11 +5,11 @@
<property name="default-width">1200</property>
<property name="icon-name">sysprof</property>
<property name="show-menubar">false</property>
<property name="title" translatable="yes">Sysprof</property>
<child type="titlebar">
<object class="GtkHeaderBar">
<property name="show-close-button">true</property>
<property name="visible">true</property>
<property name="title" translatable="yes">Sysprof</property>
<child type="title">
<object class="GtkBox">
<property name="orientation">vertical</property>