From 854c303c2d848b1c76f382a05d8967ea9d8eda6b Mon Sep 17 00:00:00 2001 From: fdrgsp Date: Thu, 11 Jul 2024 15:38:52 -0400 Subject: [PATCH] fix: example --- examples/points_plan_widget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/points_plan_widget.py b/examples/points_plan_widget.py index b0300f08b..5a03a5454 100644 --- a/examples/points_plan_widget.py +++ b/examples/points_plan_widget.py @@ -14,8 +14,8 @@ max_height=4000, ) -fs = PointsPlanWidget() -# fs.setWellSize(6, 6) +fs = PointsPlanWidget(points) +fs.setWellSize(6, 6) fs.show() app.exec()