Unified IMGUI_SAME_LINE width

This commit is contained in:
Bruno Herbelin
2021-12-31 13:13:29 +01:00
parent 0e9984827a
commit 7b26b0f23e
4 changed files with 50 additions and 55 deletions

View File

@@ -75,6 +75,7 @@
#define IMGUI_LABEL_RECENT_FILES " Recent files"
#define IMGUI_LABEL_RECENT_RECORDS " Recent recordings"
#define IMGUI_RIGHT_ALIGN -3.5f * ImGui::GetTextLineHeightWithSpacing()
#define IMGUI_SAME_LINE 10
#define IMGUI_TOP_ALIGN 10
#define IMGUI_COLOR_OVERLAY IM_COL32(5, 5, 5, 150)
#define IMGUI_COLOR_LIGHT_OVERLAY IM_COL32(5, 5, 5, 50)