mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: [STUDIO-3316] Bold prompt for text wrapping issues
Change-Id: Ie5dc6a66730453888b8c1d07e286422f20c17024
This commit is contained in:
parent
2a24eb55b8
commit
e50513ff75
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ void NotificationManager::PopNotification::count_spaces()
|
||||||
m_window_width_offset = m_left_indentation + m_line_height * 3.f;
|
m_window_width_offset = m_left_indentation + m_line_height * 3.f;
|
||||||
if (m_data.level == NotificationLevel::ErrorNotificationLevel || m_data.level == NotificationLevel::SeriousWarningNotificationLevel) {
|
if (m_data.level == NotificationLevel::ErrorNotificationLevel || m_data.level == NotificationLevel::SeriousWarningNotificationLevel) {
|
||||||
m_left_indentation = 32 + m_line_height;
|
m_left_indentation = 32 + m_line_height;
|
||||||
m_window_width_offset = 150.f;
|
m_window_width_offset = 90.f;
|
||||||
}
|
}
|
||||||
m_window_width = m_line_height * 25;
|
m_window_width = m_line_height * 25;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue