main_window.ui: Clean up login headerbar
Use 'title' property instead of adding the label manually.
This commit is contained in:
parent
07363d86ec
commit
a75144b2b7
1 changed files with 1 additions and 10 deletions
|
@ -1109,16 +1109,7 @@
|
|||
<object class="GtkHeaderBar">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="show-close-button">True</property>
|
||||
<child type="title">
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label">Fractal</property>
|
||||
<attributes>
|
||||
<attribute name="weight" value="bold"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
<property name="title">Fractal</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue