diff --git a/Orange/widgets/visualize/owsilhouetteplot.py b/Orange/widgets/visualize/owsilhouetteplot.py index cc015d66126..1d91ed627cb 100644 --- a/Orange/widgets/visualize/owsilhouetteplot.py +++ b/Orange/widgets/visualize/owsilhouetteplot.py @@ -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)