main_window.ui: Clean up login headerbar

Use 'title' property instead of adding the label manually.
This commit is contained in:
Alexander Mikhaylenko 2018-09-05 19:01:41 +05:00
parent 07363d86ec
commit a75144b2b7

View file

@ -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>