mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
impr: Disable tab overlines
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user