mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-22 23:14:27 +00:00
ba9462503c
This allows showing the correct buttons with 'show-start-title-buttons' and 'show-end-title-buttons' properties when folding.
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<requires lib="adw" version="1.0"/>
|
|
<object class="AdwHeaderBar" id="header_bar">
|
|
<property name="hexpand">False</property>
|
|
<style>
|
|
<class name="dino-left"/>
|
|
</style>
|
|
<child>
|
|
<object class="GtkMenuButton" id="add_button">
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="icon-name">list-add-symbolic</property>
|
|
<property name="icon-size">normal</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child type="end">
|
|
<object class="GtkMenuButton" id="menu_button">
|
|
<child>
|
|
<object class="GtkImage">
|
|
<property name="icon-name">open-menu-symbolic</property>
|
|
<property name="icon-size">normal</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|