mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
FIX:Notification border rounding
Change-Id: I999d89d4417e146dc0c8c0458878bb32f14fb437
This commit is contained in:
parent
aac23eb6b4
commit
df03edb80e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue