mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Larger cursor location label
This commit is contained in:
parent
c4d452248a
commit
d662971559
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class InteractiveScene(Scene):
|
|||
palette_colors = MANIM_COLORS
|
||||
selection_nudge_size = 0.05
|
||||
cursor_location_config = dict(
|
||||
font_size=14,
|
||||
font_size=24,
|
||||
fill_color=GREY_C,
|
||||
num_decimal_places=3,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue