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
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2021-07-29 17:48:17 +0300
committerDavid Kocik <kocikdav@gmail.com>2021-07-29 17:52:08 +0300
commitaa17d54edaacbb1f8f91e5e05219e86cfbb4f94c (patch)
treee14257a28d83f0f4fe5e3c977cf44410deddbe03 /src/slic3r/GUI/HintNotification.cpp
parent654cd753e247a405c48d999ad9ab958e1a060517 (diff)
Update item info notification with icon
Diffstat (limited to 'src/slic3r/GUI/HintNotification.cpp')
-rw-r--r--src/slic3r/GUI/HintNotification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/HintNotification.cpp b/src/slic3r/GUI/HintNotification.cpp
index e94858d3f..fe4f3c9ab 100644
--- a/src/slic3r/GUI/HintNotification.cpp
+++ b/src/slic3r/GUI/HintNotification.cpp
@@ -218,7 +218,7 @@ void NotificationManager::HintNotification::count_spaces()
std::string text;
- text = ImGui::LeftArrowButton; // TODO change to left arrow
+ text = ImGui::WarningMarker;
float picture_width = ImGui::CalcTextSize(text.c_str()).x;
m_left_indentation = picture_width + m_line_height / 2;