Skip to content

Commit

Permalink
impr: Disable tab overlines
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jul 1, 2024
1 parent 97bf1dc commit 01b9cc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/gui/source/window/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,9 @@ namespace hex {
style.IndentSpacing = 10.0F;
style.DisplaySafeAreaPadding = ImVec2(0.0F, 0.0F);

style.Colors[ImGuiCol_TabSelectedOverline] = ImVec4(0.0F, 0.0F, 0.0F, 0.0F);
style.Colors[ImGuiCol_TabDimmedSelectedOverline] = ImVec4(0.0F, 0.0F, 0.0F, 0.0F);

// Install custom settings handler
{
ImGuiSettingsHandler handler;
Expand Down

0 comments on commit 01b9cc6

Please sign in to comment.