Description:
Remove collapse button.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
|
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -110,6 +110,7 | |||||
|
110 | { |
|
110 | { |
|
111 | ImGui.PushFont(font); |
|
111 | ImGui.PushFont(font); |
|
112 |
|
112 | ||
|
|
113 | ImGui.GetStyle().WindowMenuButtonPosition = ImGuiDir.None; | ||
|
113 | ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 0.0f); |
|
114 | ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 0.0f); |
|
114 | ImGui.PushStyleVar(ImGuiStyleVar.WindowRounding, 0.0f); |
|
115 | ImGui.PushStyleVar(ImGuiStyleVar.WindowRounding, 0.0f); |
|
115 | ImGui.PushStyleVar(ImGuiStyleVar.FrameBorderSize, 1.0f); |
|
116 | ImGui.PushStyleVar(ImGuiStyleVar.FrameBorderSize, 1.0f); |
@@ -163,6 +164,7 | |||||
|
163 |
|
164 | ||
|
164 | } |
|
165 | } |
|
165 | ImGui.End(); |
|
166 | ImGui.End(); |
|
|
167 | ImGui.GetStyle().WindowMenuButtonPosition = ImGuiDir.Left; | ||
|
166 | ImGui.PopStyleVar(3); |
|
168 | ImGui.PopStyleVar(3); |
|
167 | ImGui.PopStyleColor(8); |
|
169 | ImGui.PopStyleColor(8); |
|
168 | ImGui.PopFont(); |
|
170 | ImGui.PopFont(); |
@@ -13,6 +13,7 | |||||
|
13 | { |
|
13 | { |
|
14 | ImGui.PushFont(font); |
|
14 | ImGui.PushFont(font); |
|
15 |
|
15 | ||
|
|
16 | ImGui.GetStyle().WindowMenuButtonPosition = ImGuiDir.None; | ||
|
16 | ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 0.0f); |
|
17 | ImGui.PushStyleVar(ImGuiStyleVar.FrameRounding, 0.0f); |
|
17 | ImGui.PushStyleVar(ImGuiStyleVar.WindowRounding, 0.0f); |
|
18 | ImGui.PushStyleVar(ImGuiStyleVar.WindowRounding, 0.0f); |
|
18 | ImGui.PushStyleVar(ImGuiStyleVar.FrameBorderSize, 1.0f); |
|
19 | ImGui.PushStyleVar(ImGuiStyleVar.FrameBorderSize, 1.0f); |
@@ -52,6 +53,7 | |||||
|
52 | } |
|
53 | } |
|
53 |
|
54 | ||
|
54 | ImGui.End(); |
|
55 | ImGui.End(); |
|
|
56 | ImGui.GetStyle().WindowMenuButtonPosition = ImGuiDir.Left; | ||
|
55 | ImGui.PopStyleVar(3); |
|
57 | ImGui.PopStyleVar(3); |
|
56 | ImGui.PopStyleColor(8); |
|
58 | ImGui.PopStyleColor(8); |
|
57 | ImGui.PopFont(); |
|
59 | ImGui.PopFont(); |
You need to be logged in to leave comments.
Login now