Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnBuffer committed Dec 4, 2021
1 parent 97f09e0 commit bc964de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/editor/time_control/time_controller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct TimeController : public GUI::NamedContainer
SPtr<ToolOption> tool_speed;

TimeController()
: GUI::NamedContainer("Tools", Container::Orientation::Horizontal)
: GUI::NamedContainer("Time Control", Container::Orientation::Horizontal)
, current_state(State::Pause)
{
setWidth(180.0f);
Expand Down

0 comments on commit bc964de

Please sign in to comment.