mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
gCode Legend & Viewer Improvements (#8198)
* commit * update buttons and icons * Update GCodeViewer.cpp * Update GCodeViewer.cpp * Update GCodeViewer.cpp * replace invisible item icon * reduce code changes & add svg icons for hidden / visible * update * Update GCodeViewer.cpp * Update GCodeViewer.cpp * Update GCodeViewer.cpp * fix window width when scrollbar visible * Update GCodeViewer.cpp * Update GCodeViewer.cpp * add corner rounding to all plate stats * Update GCodeViewer.cpp * update --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -173,6 +173,9 @@ namespace ImGui
|
||||
const wchar_t SphereButtonIcon = 0x0816;
|
||||
const wchar_t GapFillIcon = 0x0817;
|
||||
const wchar_t ConfirmIcon = 0x0818;
|
||||
const wchar_t gCodeButtonIcon = 0x0819; // ORCA
|
||||
const wchar_t VisibleIcon = 0x0820; // ORCA
|
||||
const wchar_t HiddenIcon = 0x0821; // ORCA
|
||||
|
||||
const wchar_t MinimalizeDarkButton = 0x081C;
|
||||
const wchar_t MinimalizeHoverDarkButton = 0x081D;
|
||||
|
||||
Reference in New Issue
Block a user