NEW: add bottom setting for height range function

Change-Id: I0a818dde1e44e9f4475222038916c5ef992461de
This commit is contained in:
zhou.xu
2023-08-07 19:28:16 +08:00
committed by Lane.Wei
parent ee478072c8
commit 4a143ed8b1
6 changed files with 158 additions and 23 deletions

View File

@@ -171,6 +171,7 @@ namespace ImGui
const wchar_t UnfoldButtonIcon = 0x0815;
const wchar_t SphereButtonIcon = 0x0816;
const wchar_t GapFillIcon = 0x0817;
const wchar_t ConfirmIcon = 0x0818;
const wchar_t MinimalizeDarkButton = 0x081C;
const wchar_t MinimalizeHoverDarkButton = 0x081D;
@@ -185,6 +186,7 @@ namespace ImGui
const wchar_t HeightRangeDarkIcon = 0x0825;
const wchar_t SphereButtonDarkIcon = 0x0826;
const wchar_t GapFillDarkIcon = 0x0827;
const wchar_t ConfirmDarkIcon = 0x0828;
const wchar_t TextSearchIcon = 0x0828;
const wchar_t TextSearchCloseIcon = 0x0829;