mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Don't halve indicator icon size on Mac.
This commit is contained in:
parent
d9f1aaa8e3
commit
40ef850bd3
@ -142,8 +142,8 @@ double KIPLATFORM::UI::GetPixelScaleFactor( const wxWindow* aWindow )
|
||||
|
||||
double KIPLATFORM::UI::GetContentScaleFactor( const wxWindow* aWindow )
|
||||
{
|
||||
// TODO: Check if this should be different on macOS
|
||||
return GetPixelScaleFactor( aWindow );
|
||||
// Native GUI resolution on Retina displays
|
||||
return GetPixelScaleFactor( aWindow ) / 2.0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user