Skip to content

Commit

Permalink
Update resolution -> size to avoid deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Russell committed Jan 10, 2024
1 parent 989cb17 commit f300392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RFFMakie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function theme_rff()
italic = "Calibre Italic",
bold_italic = "Calibre Bold Italic",
),
resolution = in2px(6.5, 4.5),
size = in2px(6.5, 4.5),
textsize=15,
fontsize = 15,
textcolor = colorant"#04273C",
Expand Down

0 comments on commit f300392

Please sign in to comment.