mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 13:10:43 +08:00
FIX:Notification border rounding
Change-Id: I999d89d4417e146dc0c8c0458878bb32f14fb437
This commit is contained in:
parent
aac23eb6b4
commit
df03edb80e
@ -148,7 +148,7 @@ NotificationManager::PopNotification::PopNotification(const NotificationData &n,
|
||||
m_TextColor = ImVec4(.2f, .2f, .2f, 1.0f);
|
||||
m_HyperTextColor = ImVec4(0.03, 0.6, 0.18, 1);
|
||||
|
||||
m_WindowRadius = 4;
|
||||
m_WindowRadius = 4.0f * wxGetApp().plater()->get_current_canvas3D()->get_scale();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user