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-10-01 16:02:31 +0300
committerDavid Kocik <kocikdav@gmail.com>2021-10-01 16:03:40 +0300
commit29aab3a426664d1d835f078cb3dda3ed2b8afb14 (patch)
tree863896139cb0327a90d52b81c00e98e03f49e149 /src/slic3r/GUI/GUI_Preview.cpp
parent68de2a49a31f6ceabc2df5a91e3d03d1aacce292 (diff)
PrintInfoNotificationLevel with icon
Diffstat (limited to 'src/slic3r/GUI/GUI_Preview.cpp')
-rw-r--r--src/slic3r/GUI/GUI_Preview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_Preview.cpp b/src/slic3r/GUI/GUI_Preview.cpp
index bbe54c2ab..cfe4d6561 100644
--- a/src/slic3r/GUI/GUI_Preview.cpp
+++ b/src/slic3r/GUI/GUI_Preview.cpp
@@ -727,7 +727,7 @@ void Preview::update_layers_slider(const std::vector<double>& layers_z, bool kee
if( bottom_area - top_area > delta_area) {
NotificationManager *notif_mngr = wxGetApp().plater()->get_notification_manager();
notif_mngr->push_notification(
- NotificationType::SignDetected, NotificationManager::NotificationLevel::RegularNotificationLevel,
+ NotificationType::SignDetected, NotificationManager::NotificationLevel::PrintInfoNotificationLevel,
_u8L("NOTE:") + "\n" + _u8L("Sliced object looks like the sign") + "\n",
_u8L("Apply auto color change to print"),
[this](wxEvtHandler*) {