Skip to content

Commit ca98f50

Browse files
change default zoom fix #55
1 parent 767f70e commit ca98f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fractal_feature_explorer/pages/filters_page/_scatter_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def view_point(point: int, feature_df: pl.DataFrame) -> None:
9797
label="Zoom Factor",
9898
min_value=0.5,
9999
max_value=10.0,
100-
value=1.5,
100+
value=5.0,
101101
step=0.1,
102102
help="Zoom factor for the image",
103103
)

0 commit comments

Comments
 (0)