mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
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:
@ -5,11 +5,11 @@
|
|||||||
<property name="default-width">1200</property>
|
<property name="default-width">1200</property>
|
||||||
<property name="icon-name">sysprof</property>
|
<property name="icon-name">sysprof</property>
|
||||||
<property name="show-menubar">false</property>
|
<property name="show-menubar">false</property>
|
||||||
<property name="title" translatable="yes">Sysprof</property>
|
|
||||||
<child type="titlebar">
|
<child type="titlebar">
|
||||||
<object class="GtkHeaderBar">
|
<object class="GtkHeaderBar">
|
||||||
<property name="show-close-button">true</property>
|
<property name="show-close-button">true</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
|
<property name="title" translatable="yes">Sysprof</property>
|
||||||
<child type="title">
|
<child type="title">
|
||||||
<object class="GtkBox">
|
<object class="GtkBox">
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user