|
| 1 | +diff --git a/src/hello_imgui/impl/imgui_theme.cpp b/src/hello_imgui/impl/imgui_theme.cpp |
| 2 | +index 8bc60cb..87f2de4 100644 |
| 3 | +--- a/src/hello_imgui/impl/imgui_theme.cpp |
| 4 | ++++ b/src/hello_imgui/impl/imgui_theme.cpp |
| 5 | +@@ -314,7 +314,7 @@ namespace ImGuiTheme |
| 6 | + style.GrabRounding = 0.0f; |
| 7 | + style.TabRounding = 0.0f; |
| 8 | + style.TabBorderSize = 0.0f; |
| 9 | +- style.TabMinWidthForCloseButton = 0.0f; |
| 10 | ++ style.TabCloseButtonMinWidthUnselected = 0.0f; |
| 11 | + style.ColorButtonPosition = ImGuiDir_Left; |
| 12 | + style.ButtonTextAlign = ImVec2(0.5f, 0.5f); |
| 13 | + style.SelectableTextAlign = ImVec2(0.0f, 0.0f); |
| 14 | +@@ -408,7 +408,7 @@ namespace ImGuiTheme |
| 15 | + style.GrabRounding = 0.0f; |
| 16 | + style.TabRounding = 0.0f; |
| 17 | + style.TabBorderSize = 1.0f; |
| 18 | +- style.TabMinWidthForCloseButton = 0.0f; |
| 19 | ++ style.TabCloseButtonMinWidthUnselected = 0.0f; |
| 20 | + style.ColorButtonPosition = ImGuiDir_Right; |
| 21 | + style.ButtonTextAlign = ImVec2(0.5f, 0.5f); |
| 22 | + style.SelectableTextAlign = ImVec2(0.0f, 0.0f); |
| 23 | +@@ -577,7 +577,7 @@ namespace ImGuiTheme |
| 24 | + style.GrabRounding = 0.0f; |
| 25 | + style.TabRounding = 4.0f; |
| 26 | + style.TabBorderSize = 0.0f; |
| 27 | +- style.TabMinWidthForCloseButton = 0.0f; |
| 28 | ++ style.TabCloseButtonMinWidthUnselected = 0.0f; |
| 29 | + style.ColorButtonPosition = ImGuiDir_Right; |
| 30 | + style.ButtonTextAlign = ImVec2(0.5f, 0.5f); |
| 31 | + style.SelectableTextAlign = ImVec2(0.0f, 0.0f); |
| 32 | +@@ -615,7 +615,7 @@ namespace ImGuiTheme |
| 33 | + style.GrabRounding = 2.0f; |
| 34 | + style.TabRounding = 4.0f; |
| 35 | + style.TabBorderSize = 1.0f; |
| 36 | +- style.TabMinWidthForCloseButton = 0.0f; |
| 37 | ++ style.TabCloseButtonMinWidthUnselected = 0.0f; |
| 38 | + style.ColorButtonPosition = ImGuiDir_Right; |
| 39 | + style.ButtonTextAlign = ImVec2(0.5f, 0.5f); |
| 40 | + style.SelectableTextAlign = ImVec2(0.0f, 0.0f); |
| 41 | +@@ -814,7 +814,7 @@ namespace ImGuiTheme |
| 42 | + style.ScrollbarSize = 15.5f; |
| 43 | + style.GrabMinSize = 10.89999961853027f; |
| 44 | + style.TabBorderSize = 1.0f; |
| 45 | +- style.TabMinWidthForCloseButton = 0.0f; |
| 46 | ++ style.TabCloseButtonMinWidthUnselected = 0.0f; |
| 47 | + style.ColorButtonPosition = ImGuiDir_Right; |
| 48 | + style.ButtonTextAlign = ImVec2(0.5f, 0.5f); |
| 49 | + style.SelectableTextAlign = ImVec2(0.0f, 0.5f); |
0 commit comments