Skip to content

Commit

Permalink
Add tiny padding to top of navigator panel to fix icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jan 14, 2025
1 parent 534c885 commit 4849b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libOpenSimCreator/UI/Shared/NavigatorPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class osc::NavigatorPanel::Impl final : public PanelPrivate {
ui::WindowFlag::NoBackground
);

ui::draw_dummy({0.0f, 0.05f*ui::get_text_line_height()});
drawNavigationTreeContent(rv);

ui::end_child_panel();
Expand Down

0 comments on commit 4849b46

Please sign in to comment.