Indent variable name instead of color in pattern data view

This commit is contained in:
WerWolv
2020-11-23 22:14:11 +01:00
parent fd6a41d219
commit 0d0b2d6962
3 changed files with 18 additions and 22 deletions
+1 -2
View File
@@ -205,8 +205,7 @@ namespace hex {
io.ConfigViewportsNoTaskBarIcon = true;
style.WindowMenuButtonPosition = ImGuiDir_None;
style.WindowRounding = 0.0f;
style.Colors[ImGuiCol_WindowBg].w = 1.0f;
style.IndentSpacing = 10.0F;
// Install custom settings handler
ImGuiSettingsHandler handler;