Skip to content

Commit 88f48f8

Browse files
committed
owsilhouetteplot: Remove output box title
1 parent 6a109c3 commit 88f48f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Orange/widgets/visualize/owsilhouetteplot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ def __init__(self):
175175

176176
gui.rubber(self.controlArea)
177177

178-
gui.separator(self.buttonsArea)
179-
box = gui.vBox(self.buttonsArea, "Output")
178+
box = gui.vBox(self.buttonsArea, box=True)
180179
gui.auto_send(box, self, "auto_commit", box=False)
181180
# Ensure that the controlArea is not narrower than buttonsArea
182181
self.controlArea.layout().addWidget(self.buttonsArea)

0 commit comments

Comments
 (0)