Dropdown: Explicitly set a role

For some reason I haven't been able to track down,
the listitemwidget comes up wit the abstract widget
role otherwise.
This commit is contained in:
Matthias Clasen 2023-06-21 14:17:52 -04:00
parent bce3b6f34a
commit f3bea027a0

View File

@ -32,7 +32,9 @@
<object class="GtkStackPage">
<property name="name">item</property>
<property name="child">
<object class="GtkListItemWidget" id="button_item"/>
<object class="GtkListItemWidget" id="button_item">
<property name="accessible-role">generic</property>
</object>
</property>
</object>
</child>