1
0
mirror of synced 2024-11-12 02:00:52 +01:00

impr: Disable tab overlines

This commit is contained in:
WerWolv 2024-07-01 23:53:14 +02:00
parent dd8e7025d0
commit 6784678ff0

View File

@ -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;