remove colorbleed logo

This commit is contained in:
Milan Kolar 2019-02-07 18:54:19 +01:00
parent ddfde40964
commit 397e041953
2 changed files with 10 additions and 10 deletions

View file

@ -134,16 +134,16 @@ def override_toolbox_ui():
parent=parent)
controls.append(control)
control = mc.iconTextButton(
"pype_toolbox",
annotation="Colorbleed",
label="Colorbleed",
image=os.path.join(icons, "pype_logo_36x36.png"),
bgc=background_color,
width=icon_size,
height=icon_size,
parent=parent)
controls.append(control)
# control = mc.iconTextButton(
# "pype_toolbox",
# annotation="Kredenc",
# label="Kredenc",
# image=os.path.join(icons, "kredenc_logo.png"),
# bgc=background_color,
# width=icon_size,
# height=icon_size,
# parent=parent)
# controls.append(control)
# Add the buttons on the bottom and stack
# them above each other with side padding

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB