Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 25, 2024
1 parent 6de2f41 commit 519e023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function Viewer3D(show_kite=true, autolabel="Autopilot"; precompile=false)
fig = Figure(size=(WIDTH, HEIGHT), backgroundcolor=RGBf(0.7, 0.8, 1))
sub_fig = fig[1,1]
menu1 = Menu(fig, bbox = fig.scene.viewport,
options = ["plot_main", "plot_timing", "load simulation", "save simulation"], default = "plot")
options = ["plot_main", "plot_timing", "load simulation", "save simulation"], default = "plot_main")
menu1.width[] =120
menu1.halign[]=:left
menu1.valign[]=:top
Expand Down

0 comments on commit 519e023

Please sign in to comment.