mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
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:
parent
bce3b6f34a
commit
f3bea027a0
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user