SidebarRow: Set ::no-show-all on end_icon_widget

All the other conditionally visible child widgets have this. Without it,
it seems some cases can wrongly reveal it, with a nonsensical home icon.

https://gitlab.gnome.org/GNOME/gtk/issues/1345
This commit is contained in:
Daniel Boles 2018-09-22 19:57:59 +01:00
parent 36656ea13a
commit ed57e564a9

View File

@ -45,6 +45,7 @@
<property name="hexpand">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="no-show-all">1</property>
<style>
<class name="sidebar-icon"/>
</style>