icon-browser: Remove GtkEventBox from .ui file

The patch adding scalable icons' info was forward ported too much as-is
to master. The event box is both unused and unnecessary here.
This commit is contained in:
Carlos Garnacho 2017-10-19 16:13:47 +02:00
parent b564dd853c
commit ce1cfee48c

View File

@ -207,15 +207,10 @@
</packing>
</child>
<child>
<object class="GtkEventBox">
<object class="GtkImage" id="image6">
<property name="visible">True</property>
<child>
<object class="GtkImage" id="image6">
<property name="visible">True</property>
<property name="halign">center</property>
<property name="valign">end</property>
</object>
</child>
<property name="halign">center</property>
<property name="valign">end</property>
</object>
<packing>
<property name="left-attach">5</property>