dino/main/data/conversation_list_titlebar_csd.ui
fiaxh 6bfa70fc70 Disable tooltips for GTK 4.6.4 - 4.6.6
A bug in GTK caused the application to crash in some tooltip-related conditions
https://gitlab.gnome.org/GNOME/gtk/-/issues/4941
2022-08-20 21:09:42 +02:00

31 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkHeaderBar" 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>