mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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="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>
|
||||
|
||||
Reference in New Issue
Block a user