Skip to content

Commit

Permalink
ui: Increase time graph bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetari committed May 18, 2024
1 parent d6c6a12 commit a09fbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/sources/ui/widget/time_graph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ TimeGraph::TimeGraph(Tree &tree, Optional<Element &> parent, const Colour &base_
m_graph_panel = &hbox.add_child<TimeGraphPanel>(*this);
m_legend_vbox = &hbox.add_child<VBoxLayout>();
m_legend_vbox->set_maximum_width(Length::shrink());
set_bar_width(Length::make_cm(0.06f));
set_bar_width(Length::make_cm(0.1f));
}

Colour TimeGraph::colour_for_section(const String &name) {
Expand Down

0 comments on commit a09fbb7

Please sign in to comment.