Fix window controls disappearing when moved to left side

This commit is contained in:
Pavel Baksy 2026-05-19 15:10:15 +02:00
parent f597a727ca
commit 12c37db7a9

View File

@ -42,6 +42,11 @@
<property name="show-title">False</property> <property name="show-title">False</property>
<property name="show-end-title-buttons">False</property> <property name="show-end-title-buttons">False</property>
<property name="show-start-title-buttons">False</property> <property name="show-start-title-buttons">False</property>
<child type="start">
<object class="GtkWindowControls">
<property name="side">start</property>
</object>
</child>
<child type="start"> <child type="start">
<object class="GtkLabel"> <object class="GtkLabel">
<property name="label">Projects</property> <property name="label">Projects</property>