Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/imgui
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2020-11-09 14:08:24 +0300
committerDavid Kocik <kocikdav@gmail.com>2020-11-09 17:15:30 +0300
commit870aba8d15ec572460a1e288ed26b4718f4f3d0f (patch)
treeaf701701c3cc571228fc571efcef3cb008049f17 /src/imgui
parenta72fb79f72d60570b23081903fb596dcb7ebe18a (diff)
Large notification buttons and icons
Diffstat (limited to 'src/imgui')
-rw-r--r--src/imgui/imconfig.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/imgui/imconfig.h b/src/imgui/imconfig.h
index fc635dfac..d52294acd 100644
--- a/src/imgui/imconfig.h
+++ b/src/imgui/imconfig.h
@@ -113,16 +113,16 @@ namespace ImGui
const char PrinterSlaIconMarker = 0x6;
const char FilamentIconMarker = 0x7;
const char MaterialIconMarker = 0x8;
- const char CloseIconMarker = 0xB;
- const char CloseIconHoverMarker = 0xC;
+ const char CloseNotifButton = 0xB;
+ const char CloseNotifHoverButton = 0xC;
// const char TimerDotMarker = 0xE;
// const char TimerDotEmptyMarker = 0xF;
- const char MinimalizeMarker = 0xE;
- const char MinimalizeHoverMarker = 0xF;
+ const char MinimalizeButton = 0xE;
+ const char MinimalizeHoverButton = 0xF;
const char WarningMarker = 0x10;
const char ErrorMarker = 0x11;
- const char EjectMarker = 0x12;
- const char EjectHoverMarker = 0x13;
+ const char EjectButton = 0x12;
+ const char EjectHoverButton = 0x13;
// void MyFunction(const char* name, const MyMatrix44& v);
}