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

@ -206,17 +206,12 @@
<property name="top-attach">1</property>
</packing>
</child>
<child>
<object class="GtkEventBox">
<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>
</object>
<packing>
<property name="left-attach">5</property>
<property name="top-attach">1</property>