Viewport collections visibility: Remove collection icon

I added the icon inspired by the H menu, but there is no need for this.
This commit is contained in:
Dalai Felinto
2018-11-15 16:46:27 -02:00
parent d9abb0eaae
commit 0ff424b299

View File

@@ -4048,7 +4048,7 @@ class VIEW3D_PT_collections(Panel):
layout = self.layout
layout.use_property_split = True
layout.label(text="Collections Visibility", icon='GROUP')
layout.label(text="Collections Visibility")
col = layout.column()
view_layer = context.view_layer