FIX: [STUDIO-3316] Bold prompt for text wrapping issues
Change-Id: Ie5dc6a66730453888b8c1d07e286422f20c17024
This commit is contained in:
parent
2a24eb55b8
commit
e50513ff75
|
@ -437,7 +437,7 @@ void NotificationManager::PopNotification::count_spaces()
|
|||
m_window_width_offset = m_left_indentation + m_line_height * 3.f;
|
||||
if (m_data.level == NotificationLevel::ErrorNotificationLevel || m_data.level == NotificationLevel::SeriousWarningNotificationLevel) {
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue