mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06:00
narrow mr. clippy logo
This commit is contained in:
parent
131d2ace50
commit
23b1bc07a4
2 changed files with 236 additions and 49 deletions
|
@ -354,7 +354,7 @@ void NotificationManager::HintNotification::count_spaces()
|
|||
std::string text;
|
||||
text = ImGui::WarningMarker;
|
||||
float picture_width = ImGui::CalcTextSize(text.c_str()).x;
|
||||
m_left_indentation = picture_width * 2 + m_line_height / 2;
|
||||
m_left_indentation = picture_width * 1.5f + m_line_height / 2;
|
||||
|
||||
// no left button picture
|
||||
//m_left_indentation = m_line_height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue