Skip to content

Commit

Permalink
reorder widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWibking committed Dec 22, 2023
1 parent 7cbf08c commit c02c6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpmd_viewer/openpmd_timeseries/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def step_bw(b):
button_m.on_click(step_bw)

# Display the time widgets
container = widgets.HBox(children=[button_m, button_p, play, slider])
container = widgets.HBox(children=[play, button_m, button_p, slider])
display(container)

# Field widgets
Expand Down

0 comments on commit c02c6b3

Please sign in to comment.