mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 12:04:05 -06:00
FIX:add some missing darkmode svgs
Change-Id: I0a5a47e9733b534e45c65cb79ecd5b1cd2da7303
This commit is contained in:
parent
1f5454052f
commit
882e06bd9b
11 changed files with 57 additions and 7 deletions
|
@ -179,6 +179,13 @@ namespace ImGui
|
|||
const wchar_t PreferencesDarkButton = 0x0820;
|
||||
const wchar_t PreferencesHoverDarkButton = 0x0821;
|
||||
|
||||
const wchar_t CircleButtonDarkIcon = 0x0822;
|
||||
const wchar_t TriangleButtonDarkIcon = 0x0823;
|
||||
const wchar_t FillButtonDarkIcon = 0x0824;
|
||||
const wchar_t HeightRangeDarkIcon = 0x0825;
|
||||
const wchar_t SphereButtonDarkIcon = 0x0826;
|
||||
const wchar_t GapFillDarkIcon = 0x0827;
|
||||
|
||||
// void MyFunction(const char* name, const MyMatrix44& v);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue