mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06:00
Update item info notification with icon
This commit is contained in:
parent
654cd753e2
commit
aa17d54eda
8 changed files with 93 additions and 147 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue