Skip to content

Commit

Permalink
Merge pull request #18 from VesnaT/ex_pred_buttons_area
Browse files Browse the repository at this point in the history
[FIX] Explain Prediction: Consider UI guidelines
  • Loading branch information
PrimozGodec committed Mar 17, 2021
2 parents 4ac7be7 + aa05a3b commit 8feafec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/explain/widgets/owexplainprediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def _add_controls(self):

gui.rubber(self.controlArea)

box = gui.vBox(self.controlArea, "Prediction info")
box = gui.vBox(self.buttonsArea, "Prediction info")
gui.label(box, self, "%(mo_info)s") # type: QLabel
bv_label = gui.label(box, self, "%(bv_info)s") # type: QLabel
bv_label.setToolTip("The average prediction for selected class.")
Expand Down

0 comments on commit 8feafec

Please sign in to comment.