Skip to content

Commit

Permalink
owsilhouetteplot: Remove output box title
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzagar committed Feb 14, 2020
1 parent 6a109c3 commit 88f48f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Orange/widgets/visualize/owsilhouetteplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ def __init__(self):

gui.rubber(self.controlArea)

gui.separator(self.buttonsArea)
box = gui.vBox(self.buttonsArea, "Output")
box = gui.vBox(self.buttonsArea, box=True)
gui.auto_send(box, self, "auto_commit", box=False)
# Ensure that the controlArea is not narrower than buttonsArea
self.controlArea.layout().addWidget(self.buttonsArea)
Expand Down

0 comments on commit 88f48f8

Please sign in to comment.