Skip to content

Commit

Permalink
changed default canvas stroke width
Browse files Browse the repository at this point in the history
  • Loading branch information
papalotis committed Dec 7, 2023
1 parent f9eaede commit f94f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drawing_to_fsd_layout/canvas_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def show_canvas_warning():

def get_canvas_image() -> Image:

stroke_width = st.slider("Stroke width", 1, 25, 3)
stroke_width = st.slider("Stroke width", 1, 25, 10)

canvas_result = st_canvas(
stroke_width=stroke_width,
Expand Down

0 comments on commit f94f102

Please sign in to comment.