FIX: [STUDIO-3316] Bold prompt for text wrapping issues

Change-Id: Ie5dc6a66730453888b8c1d07e286422f20c17024
This commit is contained in:
maosheng.wei 2023-06-27 11:35:31 +08:00 committed by Lane.Wei
parent 2a24eb55b8
commit e50513ff75
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}