input-row: Add tooltip to the ellipsis button from CCInputRow

Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/605
This commit is contained in:
Automeris naranja 2023-11-12 21:57:46 -03:00 committed by Felipe Borges
parent 3febca7bb2
commit f15d260323

View file

@ -13,6 +13,7 @@
</child>
<child type="suffix">
<object class="GtkMenuButton">
<property name="tooltip-text" translatable="yes">View More</property>
<property name="valign">center</property>
<property name="icon_name">view-more-symbolic</property>
<property name="menu_model">popover_menu</property>